/* CSS Document */

body{ margin: 0; }


		
			.b1:link  { text-decoration: none; color: #A9A9A9; }
			.b1       { text-decoration: none; color: #A9A9A9; } 
			.b1:hover { text-decoration: underline; color: #FFFFFF; }
		

				
			.a1:link  { text-decoration: underline; color: #FFFFFF; }
			.a1       { text-decoration: underline; color: #FFFFFF; } 
			.a1:hover { text-decoration: underline; color: #9A9A9A; }
		

		
			
.body {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.body-large {
	font: 14px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.title {
	font: 16px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.vaenco {
	font: 10px arial;
	color: #7C7C7C;
	font-weight: normal;
} 

.bottom {
	font: 11px arial;
	color: #DDDDDD;
	font-weight: normal;
} 

.bottom2 {
	font: 11px arial;
	color: #9A9A9A;
	font-weight: normal;
} 



