body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 15px;
}
h1 {
	font-size: 16px;
	color: #FFCC00;
	font-weight: bold;
}
.tableblack {
    background-color: #000000;
}
.banner {
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
	font-size: 11px;
}
.maintext {
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.maintext a {
	color: #FFCC00;
	text-decoration: none;

}
.maintext a:visited {
	color: #CC9900;
	text-decoration: none;

}
.maintext a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
.navigation {
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 10px;	
}
.navigation A{
	color: #FFCC00;
}
.navigation A:visited{
	color: #CC9900;
}
.navigation A:hover{
	color: #FFFFFF;
}
.bottom {
	background-color: #663300;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;		
}
