a {color : #CCCC66; text-decoration : none;}
a:active {color: #CCCC66; text-decoration : none;}	
a:hover {color: #CCCC66; text-decoration : underline;}	
a:link {color: #CCCC66; text-decoration : none;}
a:visited {color: #CCCC66;}

body {
	background-color: #000000;
	background-image:url(../_images/bg.gif);
	text-align:center;
	margin:0px;
	padding:0px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCC66;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytextitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
