BODY {
	background-color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: red;
}

H1, H2, H3, H4, H5, H6 {
	text-align: center;
	font-weight: bold;
	color: red;
}

DIV.text_center_bold {
	font-size: 12pt;
	line-height: 14pt;
	text-align: center;
	font-weight: bold;
	color: red;
}

A:link	{ color: white; }
A:active { color: yellow; font-weight: bold; }
A:visited { color: yellow; }
	
TABLE.idxtab {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	A:link	{ color: white; }
	A:active { color: yellow; }
	A:visited { color: yellow; }
}

DIV.footnotes {
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	color: red;
}

DIV.links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: yellow;
	color: navy;
	font-weight: bold;
}

A.links:link	{ color: navy; }
A.links:active { color: red; font-weight: bold; }
A.links:visited { color: red; }

DIV.fan_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: red;
	color: navy;
	font-weight: bold;
}

A.fan_links:link {color: navy; }
A.fan_links:active {color: yellow; font-weight: bold}
A.fan_links:visited {color: yellow; }

DIV.band_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: white;
	color: navy;
	font-weight: bold;
}

A.band_links:link {color: navy; }
A.band_links:active {color: black; font-weight: bold}
A.band_links:visited {color: black; }


