/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #FFFFFF; }
			.a1       { text-decoration: none; color: #FFFFFF; } 
			.a1:hover { text-decoration: underline; color: #FFFFFF; }
			
			.d1:link  { text-decoration: none; color: #B3B3B3; }
			.d1       { text-decoration: none; color: #B3B3B3; } 
			.d1:hover { text-decoration: underline; color: #B3B3B3; }
			
			.b1:link  { text-decoration: none; color: #B3B3B3; }
			.b1       { text-decoration: none; color: #B3B3B3; } 
			.b1:hover { text-decoration: underline; color: #B3B3B3; }
			
			
						
			.c1:link  { text-decoration: none; color: #666666; }
			.c1       { text-decoration: none; color: #666666; } 
			.c1:hover { text-decoration: underline; color: #FFFFFF; }
			
			.e1:link  { text-decoration: none; color: #FFFFFF; }
			.e1       { text-decoration: none; color: #FFFFFF; } 
			.e1:hover { text-decoration: none; color: #FFFFFF; }	
			
			.f1:link  { text-decoration: underline; color: #FFFFFF; }
			.f1       { text-decoration: underline; color: #FFFFFF; } 
			.f1:hover { text-decoration: underline; color: #DE0000; }		
			
			
.body {
	font: 13px arial;
	color: #C92600;
	font-weight: normal;
}  

.body_grey {
	font: 11px arial;
	color: #B3B3B3;
	font-weight: normal;
}  

.body_black {
	font: 11px arial;
	color: #000000;
	font-weight: normal;
}  

.body_white {
	font: 12px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.langauge {
	font: 11px arial;
	color: #666666;
	font-weight: normal;
}  

.large_buttons {
	font: 18px arial;
	color: #C92600;
	font-weight: normal;
}  

.white_home {
	font: 12px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.white_headers {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.redline {
	font: 13px arial;
	color: #C92600;
	font-weight: normal;
}  

.titles {
	font: 15px arial;
	color: #C92600;
	font-weight: bold;
}  

.week_white_title {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.week_white {
	font: 10px arial;
	color: #FFFFFF;
	font-weight: normal;
} 
	

