﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 8pt;
	line-height: 17px;
	text-decoration: none;
}
.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 8pt;
	line-height: 17px;
	text-decoration: none;
}
.PackageOptions tr
{
	height: 2.0em;
}
#SearchOptions
{
	display: none;
	margin-left: 4.0em;
}
a:link, a:visited, a:hover, a:focus
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 8pt;
	font-weight: bold;
	line-height: 17px;
}

/*Styles for divs containing the FAQ*/
div.Question
{
	background-color: #FFCC66; 
	color: #333333;
	cursor: pointer;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.5em 0.5em 0.5em 2em;
	text-indent: -2em;
}

div.Answer
{
	background-color: #F7F6F3; 
	color: #333333;
	margin: 0 0.5em 0 2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div.Answer p, div.Question p
{
	margin: 0;
	padding: 0;
	border: 0;
}
div.Answer p + p, div.Answer p + p
{
	margin-top: 0.4em;
}
div.Answer ul, div.Answer ol
{
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

div.qbullet
{
    float: left;
    clear: left;
}
