


* {
	margin: 1;
	padding: 0;
}



body {
	background: #000000;
	color: #696969; font-style: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;
	
}



/* misc */
.clearer {clear: both;}
.headline {
	background: #660000;
	
}
.left {float: left;}
.right {float: right;}

.title {
	
	color: #ffffff; font-style: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
	
	
}
.mainContent {
	color: #ffffff; font-style: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

.mainContent a {
        
        color: #bb0303;
        border-bottom: 0px; 
	border-top: 0px; 
        
        FONT-WEIGHT: bold;
	text-decoration: underline;

}
.mainContent a:hover {
         
         color: #ffae00;
         FONT-WEIGHT: bold;
	 text-decoration: underline;
}


.nav {background: #000000;}
.nav a {
	background: #000000;
	color: #bb0303;
	display: block;
	padding: 8px 0 8px 12px;
	width: 140px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold;
	text-decoration: none;
	line-height: 10px;
	
}
.nav a:hover {
	background: #491501 ;
	color:#ffae00;
}

.frame {
        border-bottom: 1px solid #660000;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
        
}
.footer {
	padding: 6px 12px;
	color: #696969; font-style: normal; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;
	border-top: 1px solid #660000;
}



