@charset "utf-8";
/* CSS Document */

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

body,td,th,input,textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #4f4f4f;
}

.style1 {
	color: #961919;
	font-weight: bold;
}

.style2 {	
	color: #2576cf;
	font-weight: bold;
}

.style3 {	
	color: #155eab;
	font-weight: bold;
	text-decoration: none;
}

.style4 {
	color: #315b87; 
	font-weight: bold; 
}

.style5 {
	color: #155eab;
	font-weight: bold;
	text-decoration: none;
}

.style5:hover{
	text-decoration: underline;
}

.b{	color: #3B90ED;
	font-weight: bold;
	text-decoration: none;}
.b:hover{text-decoration: underline;}

a.hilight:link {color:#0000FF; font-size: 101%; background-color: #FFFF00;}
a.hilight:visited {color:#990099; font-size: 101%;}
a.hilight:hover {color:#009900; font-size: 101%;} 
a.hilight:active {color:#0000FF; font-size: 101%;}
