/***********************************************/
/* faq.css                   				   */
/* Use only with faq.asp                       */
/***********************************************/

#header{
	background-image: url(../../images/headers/faq.jpg);
}

.question{
	margin-top: 30px;
	border-top: 1px solid #EEEEEE;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: xlarge;
}

.answer{
}

.Q,
.A{
	color:  #669999;
}

.A{
	font-weight: bold;
}



/********************* end **********************/
