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

body {
	margin-top: 18px;
	background-color: #500C0C;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:12px;
	color: #ffffff;
	margin-top: 2px;
	text-align: left;
	line-height:1.4;
	
	
	
	
}


a:link, a:visited, a:active {
	color:#ffd200;
	text-decoration: none;
		font-size : 12px;

}
	
a:hover {
	color:#990000;
	text-decoration: none;
		font-size : 12px;

}






a.big:link, a.big:visited, a.big:active {
	color:#990000;
	text-decoration: none;
		font-size : 18px;
		font-weight:bold;

}
	
a.big:hover {
	color:#ffffff;
	text-decoration: none;
		font-size : 18px;
				font-weight:bold;


}



.big {
	color:#ffffff;
text-decoration: none;
		font-size : 18px;
				font-weight:bold;
}









.yellowsmall {
	font-size : 13px;
	color : #ffd200;

}





.redsmall {
	font-size : 13px;
	color : #990000;
	font-weight: bold;

}


.footer {
	font-size : 11px;
	color : #ffffff;

}

