.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	color: #FFFFFF;
}
.style4 {
	font-size: 12px; 
	font-weight: bold; 
	font-family: Tahoma; 
	color: #FF6633;
}
/* Index Sub Title */
.style5 {
	font-family: Tahoma;
	font-size: 13px; 
	font-weight: bold;
	color: #00A0C6;
}

.style7 {color: #00A0C6}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
BODY 
{
	scrollbar-face-color: C4C4C4;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-arrow-color: black;
	background-color: #000000;
}

.style3 {
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #00A0C6;
	
}
a:visited {
	color: #00A0C6;
}
a:hover {
	color: #00A0C6;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {/* to eliminate dotted focus box when link is clicked */
	outline: none;
	text-decoration: none;
}
