/* -------------------------------------------- */
/* index.html */
/* -------------------------------------------- */

body { 
	background-color: #000000;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px;
	margin: 10; 
}


.header { color: #ffffff; 
		font-size: 54px; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
		font-stretch: normal; line-height: 100px; 
}


.subheader { color: #CCCC66; 
		font-size: 24px; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
		font-stretch: normal; line-height: 24px; 
}

.text { color: #FF0000; 
		font-size: 13px; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
		font-weight : 600;
		font-stretch: normal; line-height: 16px; 
}
		
.footnote { color: #c33; 
		font-size: 11px; 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
		line-height: 11px; 
}


.topnav {
	text-decoration:  none;
	font-family : Arial, Helvetica, Verdana,sans-serif;
	font-size : 12px;
	line-height: 18px;
	font-weight : 600;
	color:#FFFFFF;
	vlink:#993300;
}

.botnav{
	text-decoration:  underline;
	font-family : Arial, Helvetica, Verdana,sans-serif;
	font-size : 11px;
	line-height: 12px;
	font-weight : 500;
	color:#999999;
	vlink:#3399CC;
}