div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
	padding: 4px;
	border-top: solid 1px #ccc;
	display: block;
	background-color: #f2f2f2;
}
p.FAQList
{
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}
div.FAQQuestion
{
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	background-color: #F7F8F8;
	border-top: 4px double #acacac;
	border-bottom: 4px double #acacac;
}
div.FAQAnswer
{
	padding-top: 3px;
	padding-bottom: 3px;
}
div.FAQTop
{
	text-align: right;	
	padding-bottom: 10px;
	font-size: 8pt;
}

.btn
{
	background-color: #0e4b84;
	color: #fff;
	height: 22px;
	font-weight: bold; 
	cursor: pointer;
}
