
#top{


}


body {
	background-color: #000000;
	
	scrollbar-face-color: #000000;
 	scrollbar-highlight-color: #b70000;
  	scrollbar-3dlight-color: #000000;
  	scrollbar-darkshadow-color: #000000;
  	scrollbar-shadow-color: #000000;
  	scrollbar-arrow-color: #b70000;
 	scrollbar-track-color: #000000;
		
	overflow: auto;
	

	font-family: Tahoma;
	font-size: 9px;
	letter-spacing: 0px;
	color: #626262;
	
	}





#navi a:hover {
background-color: #B70000;
color:#000000;
text-decoration:none;
font-weight: bold;
font-family:Tahoma;
letter-spacing: 4px;
font-size: 12px;
line-height:22px;
height:22px;
text-align:center;
}

#navi a {display: block;
background-color: #000000;
color:#B70000;
text-decoration: none;
letter-spacing: 1px;
font-family:Tahoma;
font-size: 12px;
line-height:22px;
height:22px;
text-align:center;
font-weight: bold;
}


.header {
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 900;	
	font-variant: small-caps;
	border-bottom: 1px solid #b70000;
	}

