body {
	background-color : Black;
}

P, TD {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #202020;
}

H1, H2, H3, H4 {
	font-family : "Garamond", "Times New Roman", Times, serif;
	color : #B8860B;
	text-transform : uppercase;
	font-weight : 900;
}
.navigation {
	font-family : "Garamond", "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight : bolder;;
	text-transform : uppercase;
	text-decoration: none;
}
.emph {
	font-size: 14pt;
	color : #B8860B;
	text-transform : uppercase;
}
.emph2 {
	font-weight: bolder;
	color : #B8860B;
}
.graytext {
	font-weight: bolder;
	color : Gray;
}
.callout {
	border : 1px solid #B8860B;
}
A:link,
{
	color : #FFFFFF;
	font-family : "Garamond", "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight : bolder;
	text-transform : uppercase;
	text-decoration: none;
}
A:visited
{
	COLOR: #FFFFFF;
	font-family : "Garamond", "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight : bolder;
	text-transform : uppercase;
	text-decoration: none;
}
A:hover
{
	color: #FFCC00;
	font-family : "Garamond", "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight : bolder;
	text-transform : uppercase;
	text-decoration: none;
}
A:active {
	color: #FFCC00;
}
A.bodytext:link{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #202020;
	text-transform : none;
	text-decoration: underline;
}
A.bodytext:hover {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	text-transform : none;
	text-decoration : underline;
}
A.bodytext:visited {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #202020;		
	text-transform : none;
}
A.bodytext:active {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	text-decoration : underline;
	text-transform : none;
}