@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 11px Verdana;
	line-height:18px;
	color: #595959;
	SCROLLBAR-FACE-COLOR: 			#FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: 		#cacaca; 
	SCROLLBAR-SHADOW-COLOR: 		#adacac; 
	SCROLLBAR-3DLIGHT-COLOR: 		#f6f5f5; 
	SCROLLBAR-ARROW-COLOR: 			#C80F10; 
	SCROLLBAR-TRACK-COLOR: 			#cacaca;
	SCROLLBAR-DARKSHADOW-COLOR: 	#cacaca; 
	SCROLLBAR-BASE-COLOR: 			#cacaca;	
}
.grayborder {
border-right:#c2c2c2 solid 1px;
}
.fulgrayborder {
border:#c2c2c2 solid 1px;
}
.grayborderbottom {
border-bottom:#c2c2c2 solid 1px;
}
.whitetext {
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
}
.footerwhitetext {
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
}
.footerwhitetext a:link, .footerwhitetext a:visited, .footerwhitetext a:active{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
text-decoration:none;
}
.footerwhitetext a:hover{
text-decoration:underline;
}
.blacktext {
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:normal;
padding-left:5px;
}
.redtext {
font-family:Verdana;
font-size:11px;
color:#ce0000;
font-weight:normal;
}
.redtext a:link, .redtext a:visited, .redtext a:active{
font-family:Verdana;
font-size:11px;
color:#ce0000;
font-weight:normal;
text-decoration:none;
}
.redtext a:hover{
text-decoration:none;
}

.graytext {
font-family:Verdana;
font-size:11px;
color:#595959;
font-weight:normal;
}
.graytext a:link, .graytext a:visited, .graytext a:active{
font-family:Verdana;
font-size:11px;
color:#595959;
font-weight:normal;
text-decoration:none;
}
.graytext a:hover{
text-decoration:none;
}

.boxheight {
width:200px;
}
ul {
list-style-type:none;
padding:0 0 0 15px;

}
li {
background:url(img/redsqbullet.gif) no-repeat 0 8px;
margin:0 0 0 0 ;
padding:0 0 0 20px;
}


