@charset "utf-8";
/* CSS Document */

.indexBody {
	margin:0px;
	background-image: url(../assets/images/html/back.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #252f38;	
}
.flashBody {
	margin:0px;
	background-color:#000000;
}
.splashText {
	font:Trebuchet MS;
	font-size:11px;
	color:#969da0;
}

P, UL, OL, LI, DL, DD, DT, TD, SPAN, BLOCKQUOTE {
		font-family: Tahoma, geneva, sans-serif;
		font-size: 13px;
		color: #999999;
		
	}

	
	div {
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#050404;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#050404;
	scrollbar-highlight-color:#050404;
	scrollbar-darkshadow-color:#050404;
	scrollbar-3dlight-color:#333333;
	  z-index: 1;
}


sup {font-family:Trebuchet MS, geneva, sans-serif; font-size: 11pt;} 
A:link {color: #ffffff; text-decoration: none;}
A:visited {color:#ffffff; text-decoration: none;}
A:hover {
	color: #999999;
	text-decoration: none;}