h1 {font-family: Arial, Helvetica, sans-serif;font-size: 1.2em;color: #1B518B;}
a:link, a:visited, a:active {color: #1B518B;text-decoration: underline;font-family: Arial, Helvetica, sans-serif;}
a:hover {color: #1B518B;text-decoration: none;font-family: Arial, Helvetica, sans-serif;}
.form {color: #1B518B;font-size: .75em;}


.FAQ_Container {width:auto; min-width:830px;margin-top:20px;font-family: Arial, Helvetica, sans-serif; color: #1B518B;}
.FAQ_Container p{font-size: .85em;}
.clear {clear:both;margin:0px;padding:0px;height:0;font-size: 0em;}
.FAQ_Strip {background-image:url(/images/admin/faq/strip.gif); height:3px; margin-top:10px; margin-bottom:20px; background-repeat:repeat-x; width:100%;}
.FAQ_Numbers {float:left; margin-right:8px;}
.FAQ_QuestionTitle {float:left;}
.FAQ_NumbersBottom {margin-right:8px;width:18px; float:left;}
.FAQ_Answers {float:left; margin-left:30px; border-bottom:1px solid #C3DFF6; padding-bottom:5px; margin-bottom:10px;}
.FAQ_AnswersNoBottom {float:left; margin-left:30px; padding-bottom:5px; margin-bottom:10px;}

/*
Author: Martin Evans
Date: 16th February 2009
Description: Hack to deal with IE6 rendering problem with floated elements
Notes: May not be necessary for all/any of these elements
*/
* html .FAQ_Numbers, .FAQ_QuestionTitle, .FAQ_NumbersBottom, .FAQ_Answers, .FAQ_AnswersNoBottom
{
	/**/
	/*Uncomment line below to switch on*/
	/*display: inline;*/	
}

