/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #FF3333; }
			.a1       { text-decoration: none; color: #FF3333; } 
			.a1:hover { text-decoration: underline; color: #FF3333; }
			
			.b1:link  { text-decoration: none; color: #FF3333; }
			.b1       { text-decoration: none; color: #FF3333; } 
			.b1:hover { text-decoration: underline; color: #FFFFFF; }
			
			.c1:link  { text-decoration: none; color: #4A4A4A; }
			.c1       { text-decoration: none; color: #4A4A4A; } 
			.c1:hover { text-decoration: underline; color: #4A4A4A; }
			
			
			
.body {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.body_white {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
}  


.body_small {
	font: 11px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.title {
	font: 14px arial;
	color: #FF3333;
	font-weight: bold;
}  

.small_options {
	font: 11px arial;
	color: #FF3333;
	font-weight: normal;
	line-height: 1.5
}  

.small_options_grey {
	font: 11px arial;
	color: #4A4A4A;
	font-weight: normal;
	line-height: 1.5
}  

