@charset "utf-8";
/* CSS Document */
body {
/*
	background:#010101 url(../images/bg2.jpg) no-repeat top center scroll;
 scroll - fixed */
	 background-color:#000000;
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.quote{
	font-family: Georgia;
	font-size:24px;
	font-style:italic;
	color: #00FFFF;
	margin-top:10px;
	margin-bottom:10px;
	line-height:30px;
	padding: 0px 0px 0px 0px;}

hr {
height: 0;
border-bottom: 2px dotted #ccc;
} 

#mainholder {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	_margin-left: -400px;
	border: 0;
	font-family: "Trebuchet MS";
	font-size:18px;
	color: #FFF;
}


.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
}

.subhdr {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#009900;
}

.large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

.formstyle {
font-family:"Trebuchet MS";
font-size:12px;
color:#009900;
}

.formstyle {
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#333333;
}

.linesep{
background:url(images/dottedline.gif) top repeat-x;
height:10px;
width:400px; 
}

.indented
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#666666;
   padding-left: 25pt;
   padding-right: 25pt;
   }

.footertext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}



a:link,a:visited {
	color: #FF0000;
	text-decoration: underline;
	background: transparent;
}
a:hover,a:active {
	color: #FFF;
	text-decoration: underline;
	background: transparent;
}




/*
set pseudo classes for secondary link properties
*/

a.footerlink:link,a.footerlink:visited {color: #66FF00; text-decoration: none; font-size: 11px; background: transparent;}
a.footerlink:hover,a.footerlink:active {color: #FFFFFF;text-decoration: none; font-size: 11px; background: transparent;}