/* @ Frequently Asked Questions CSS Styles */

h5 {
	margin: 10px 0;
	padding:2px 0 2px 16px;
	font:13px georgia;
	font-weight: bold;
	color: #c00;
	background: #f0f0f0;
} 

h6 {
	margin: 15px 0;
	padding:0 0 0 16px;
	font:14px georgia;
	font-weight: bold;
	color: #fff;
	background: #c00;
}

#content .faq {
	text-align:left;
}

#content p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-indent: 17px;
	margin: 5px 0;
	line-height: 20px;
}
#content p.top {
	text-align:right;
	border-bottom:1px dashed #000;
	color: #0033CC;
	padding-bottom: 2px;
}
#content p.top a{
	color: #0033CC;
}
#content span {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
        font-weight: bold;	
}
#content p a{
	color:#c00;
	text-decoration:none;
}
#content li {
	line-height: 18px;
}
#content a, ol {
	font: 12px georgia;
	text-decoration:none;
	color: #000;
}
#content a:hover {
	color: #c00;
	text-decoration:underline;
}