﻿.MainTable
{
	width: 100%; 
	border-right:Navy thin solid; 
	table-layout: fixed; 
	border-top: Navy thin solid; 
	border-left: Navy thin solid; 
	border-bottom: Navy thin solid; 
	border-collapse: collapse;
}
.TDHead
{
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: Arial;
	background-color:#3366FF;
}
.TD
{
	width:100%;	
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.QuestionTD
{
	font-weight: bold;
	width:100%;	
	font-size: 10pt;
	color: navy;
	font-family: Arial;
}
.QTD
{
	background-color:Maroon;
	width:100%;	
	font-size: 10pt;
	font-weight:bold;
	color:White;
	font-family: Arial;
}
.ATD
{
	width:100%;	
	font-size: 10pt;
	color:navy;
	font-family: Arial;
}
.SubTD
{
	width:100%;	
	font-size: 10pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	
	
}
.Question
{
	font-family:Arial;
	font-size:11pt;
	font-weight: bold;
	color:#660000;
}

a.changeBlue:link 
{ 
	font-size: 9pt; 
	font-weight: bold;
	font-family: Arial;
	color:Navy;
	text-decoration: none;	
}
a.changeBlue:hover 
{
	color:#003300;
	font-size: 10pt; 
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;	
}
.LinkClass
{
	text-decoration:none; 
	font-family:Arial; 
	color:White; 
	font-size:10pt; 
	font-weight:bold
}
.QuickLinkClass
{
	text-decoration:none; 
	font-family:Arial; 
	color:#3366FF; 
	font-size:8pt; 
	font-weight:bold;
	text-align:center;
}
.Heading
{
	font-size: 10pt; 
	color: black; 
	font-family: 'Verdana','sans-serif';
	font-weight:bold;
}
.Normal
{
	font-size: 10pt; 
	color: black; 
	font-family: 'Verdana','sans-serif';
}