@charset "utf-8";
/* CSS Document */

body {
	background:#010101 url(../images/bg2.jpg) no-repeat top center scroll;
/* scroll - fixed */
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#cccccc;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

#mainholder {
	position: absolute;
	width: 880px;
	left: 50%;
	top: 0px;
	margin-left: -440px;
	_margin-left: -440px;
	border: 0;
	background-color: #000000;
}




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

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

.subhdrint {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#00CC33;
}


.maintxtinterior {
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
padding: 0px 10px 0px 10px;
}



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



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



a:link,a:visited {
	color: #66FF00;
	text-decoration: none;
	background: transparent;
}
a:hover,a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}




a.intlink:link,a.intlink:visited {color: #00CC33; text-decoration: none; background: transparent;}
a.intlink:hover,a.intlink:active {color: #000000;text-decoration: none; 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;}
