/* Style sheet for Americus */

BODY {
	font-family: Arial, Helvetica, sans-serif; 
	color: #003366;
	}

P {
	font-size: 10pt;
	}

UL {
	font-size: 10pt;
	}

DT {
	font-size: 11pt;
	font-weight: bold;
	}

DD {
	font-size: 10pt;
	margin-bottom: 6pt;
	}

H1 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 14pt;
	}

H2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	}

H3 {
	font-size: 10pt;
	font-weight: bold;
	}

H4 {
	font-size: 10pt;
	font-weight: bold;
	}

TD.lightfeatured {
	font-size: 10pt;
	color: #003366;
	background: #FFFFFF;
	text-padding: 3px;
	}

TD.darkfeatured {
	font-size: 10pt;
	color: white;
	background: #1D91D5;
	text-padding: 3px;
	}

.small {
	font-size: 10pt;
	}

PRE {
	font-size: 8pt;
	}

.white		{ color: white; }
.black		{ color: black; }
.paleblue	{ color: #66CCFF; }
.darkblue	{ color: #003366; }
.medblue	{ color: #1D91D5; }

