﻿h1
{
	background-color:White;
	font-family:"Verdana";
	font-weight:bold;
	color:#0000A0;
	width:100%;
}

.NoBorder
{
	border-width:0;
}

.MenuCell
{
	background-color:#CCDDFF;
	border-color: #CCDDFF;
	border-width: 0;
	border-style: solid;
	width: 200px;
}

.StaticMenuStyle, .DynamicMenuStyle
{
	font-family:"Verdana";
	font-Size:14pt;
	font-weight:bold;
	text-align: left;
}

.DynamicMenuStyle
{
	background-color:Aqua;
}

.StaticMenuSelectedStyle, .DynamicMenuSelectedStyle
{
	color: #0000A0;
}
.StaticMenuSelectedStyle:Visited, .DynamicMenuSelectedStyle:Visited
{
	color: #0000A0;
}	

.StaticMenuItemStyle, .DynamicMenuItemStyle
{
	color: #000060;
	padding-left: 10px;
	padding-right: 10px;
}

.DynamicMenuItemStyle
{
	background-color: #BBCCEE;
}

.StaticMenuHoverStyle, .DynamicMenuHoverStyle
{
	color: #0000A0;
}


.ContentCell
{
	padding-left: 15px;
	padding-right: 15px;
}

.CopyrightCell
{
	border-top-width:1;
	border-top-style:solid;
	border-top-color:Gray;
	font-size:9pt;
}

.Q
{
	color:Red;
	font-weight:bold;
	text-decoration:none;
}

.Question
{
	font-family:Sans-Serif;
	font-size:16pt;
	font-weight:bold;
	text-decoration:underline;
}

.Answer
{
	margin-left:30px;
}

.FAQNumberedList
{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:30px;
	padding-left:30px;
}

.FAQBulletedList
{
	margin-left:30px;
	padding-left:30px;

}
