body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans serif;
}

a:link {
	color: #D8B144;
}

a:visited {
	color: #CEA637; 
}

a:active {
	color: #EECA65;
}

a:hover {
	color: #EECA65;
	text-decoration: none;
}

.small_gray {
	color: #666666;
	font-size: 65%;
	line-height: 130%;
}

.main_text {
	font-size: 75%;
	line-height: 150%;
}

.table1 {
	border-style: solid;
	border-width: 1px; 
	border-color: #E6C15A;
}

.cell1 {
	border-style: solid;
	border-width: 1px; 
	border-color: #E6C15A;
	font-size: 75%;
	line-height: 150%;
}

.bullets {
	list-style-type: circle;
	margin-bottom: 0px;
}	