/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #ACACAC; }
			.a1       { text-decoration: none; color: #ACACAC; } 
			.a1:hover { text-decoration: underline; color: #FFF600; }
			

.body-title{
	font: 14px arial;
	color: #FFF600;
	font-weight: bold;
} 

.faqs-question{
	font: 13px arial;
	color: #FFF600;
	font-weight: bold;
} 

.faqs-answer{
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.body-text{
	font: 12px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.body-form{
	font: 11px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.body-small{
	font: 9px arial;
	color: #ACACAC;
	font-weight: normal;
} 

