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

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


a:link, a:visited, a:active {
	color:#ed1c24;
	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;


}



a.bigyellow:link, a.bigyellow:visited, a.bigyellow:active {
	color:#ed1c24;
	text-decoration: none;
	text-transform: uppercase;
		font-size : 18px;
		font-weight:bold;

}
	
a.bigyellow:hover {
	color:#ffffff;
	text-decoration: none;
		font-size : 18px;
			text-transform: uppercase;

				font-weight:bold;


}



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




.bigyellow {
	color:#ed1c24;
	text-decoration: none;
		font-size : 18px;
			text-transform: uppercase;

				font-weight:bold;


}







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

}


.bigyellowtitle {
	font-size : 19px;
	color : #ffd200;

}





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

}


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

}


.smallgray {
	font-size : 11px;
	color:#666;
}


