BODY {
	color: Black;
	background-color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
}
TABLE, TR,TD, P{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : #3a5829;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : #0033FF;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}


A.whitelink:visited{
	color : White;
	text-decoration : none;
}
A.whitelink:HOVER {
	color: orange;
	text-decoration: Underline;
}

A.whitelink:ACTIVE {
	color : White;
	
}


A.menulink:LINK {
	color: ffcc33;
	text-decoration: none;
}
A.menulink:HOVER {
	color: white;
	text-decoration: Underline;
}

A.menulink:visited{
		color: ffcc33;
	text-decoration : none;
}
A.menulink:ACTIVE {
		color: ffcc33;
		text-decoration : underline;
}



A.smalllink:LINK {
	font-size : xx-small;
}
A.smalllink:HOVER {
	font-size : xx-small;
}

A.smalllink:visited{
	font-size : xx-small;
}
A.smalllink:ACTIVE {
	font-size : xx-small;
}


.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : Red;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 3px;
	font-size : 10pt;
}

