a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

body { 
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.textonormal {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none}

.textonormalwhite {
font-family: Arial;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none
}

.ORANGE {
font-family: Impact, fantasy;
font-size: 18pt;
font-weight: normal;
color: #FF8B00;
text-decoration: none
}

.GRAY {
font-family: Impact, fantasy;
font-size: 18pt;
font-weight: normal;
color: #999999;
text-decoration: none
}

.DARKGRAY {
font-family: Impact, fantasy;
font-size: 18pt;
font-weight: normal;
color: #333333;
text-decoration: none
}

.copyright {
	FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;

}


