﻿
ul
{
	list-style-type: none;
	margin-left: 0;		
	padding-left: 0;
}

li.faq-category
{
	display: block;
	margin-left: 0;	
	list-style-type: none;
	padding: 2px;
	padding-right: 0;
	padding-bottom: 0;
	/*font-family: Verdana;*/
	font-size: 11pt;
	font-weight: bold;
}

li.faq-category span
{
	display: block;
	padding: 3px;
	background-color: #99CCFF;	
	color: #666666;
	text-decoration: none;
	cursor:pointer
}

li.faq-topic
{
	display: block;
	margin-left: 10px;	
	list-style-type: none;	
	padding: 2px;
	padding-right: 0;
	padding-bottom: 0;
	/*font-family: Verdana;*/
	font-size: 10pt;
	font-weight: bold;
	/*hack for ie6*/
	border-bottom: solid #CCFFFF 1px;
}

li.faq-topic span
{
	display: block;
	padding: 3px;
	background-color: #CCFFFF;		
	color: #666666;
	text-decoration: none;
	cursor:pointer
}


li.faq-question
{
	display: block;
	margin-left: 20px;	
	list-style-type: none;	
	padding: 2px;
	padding-right: 0;
	padding-bottom: 0;
	/*font-family: Verdana;*/
	font-size: 10pt;
	font-weight: bold;
	/*hack for ie6*/
	border-bottom: solid #FFFFCC 1px;
}

li.faq-question span
{
	display: block;
	padding: 3px;
	background-color: #FFFFCC;		
	color: #666666;
	text-decoration: none;
}

div.question
{	
	padding: 10px 5px 7px 5px;
	/*font-family: Verdana;*/
	font-size: 9pt;
	font-weight: normal;
	color: #494949;
}

div.question a:link, div.question a:visited, div.question a:hover
{
	display: inline;
	padding: 0;
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration: underline;		
}
