﻿body 
{
	background: #a9a9a9;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

td
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}

a, a:link, a:visited, a:hover
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #EE2E39;
	padding-left: 10px;
	text-decoration: underline;
}

th, th a, th a:link, th a:visited, th a:hover
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.BannerDiv
{
	width: 719px;
	height: 81px;
	background-image: url("images/header.jpg");
	color: #ffffff;
	border: solid 1px #ffffff;
}

.NavigationDiv
{
	width: 719px;
	height: 12px;
	background-color: #000000;
	color: #ffffff;
	border: solid 1px #ffffff;
}

.ContentDiv
{
	width: 719px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #ffffff;
	background-image: url("images/contentbackground.jpg");
	background-repeat: repeat-x;
	padding: 15px 15px 15px 15px;
	margin-top: 15px;
	text-align: left;
	height: 400px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	
}

.NavigationDiv a, .NavigationDiv a:link, .NavigationDiv a:visited, .NavigationDiv a:hover, .NavigationDiv td
{
	color: #ffffff;
	vertical-align: bottom;
	padding-bottom: 4px;
}

.InvalidAnswer
{
	border: solid 2px #dd0000;
	background-color: #ffcccc;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
}

.InvalidSummary
{
	margin-top: 10px;
	font-weight: bold;
	color: #dd0000;
	padding: 2px 5px 2px 10px;
}

.ValidResults
{
	border: solid 2px #00dd00;
	background-color: #ccffcc;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
}

.AlternatingRow
{
	background-color: #efefef;
	vertical-align: middle;
	vertical-align: top;
}

.Row
{
	background-color: #ffffff;
	vertical-align: middle;
	vertical-align: top;
}

.Header
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 4px;
}

.Label
{
	text-align: right;
	padding-right: 3px;
	width: 27%;
	vertical-align: top;
	padding-top: 2px;
}

.InputCell
{
	width: 150px;
}

.DynamicHoverMenu, .DynamicHoverMenu a:link, .DynamicHoverMenu a:hover, .DynamicHoverMenu a:visited, .DynamicHoverMenu a
{
	background-color: #dddddd;
	color: #000000;
	font-size: 8pt;
}

.DynamicMenuItem, .DynamicMenuItem a:link, .DynamicMenuItem a:hover, .DynamicMenuItem a:visited, .DynamicMenuItem a
{
	background-color: #dddddd;
	color: #000000;
	width: 150px;
	font-size: 8pt;
}

.StaticMenuItem, .StaticMenuItem a:link, .StaticMenuItem a:hover, .StaticMenuItem a:visited, .StaticMenuItem a
{
	color: #000000;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
}

.EditItem Input
{
}

.LargeEdit
{
	width: 250px;
	height: 100px;
}

.Separator
{
	width: 1px;
	background-color: #000000;
}

.Small
{
	font-family: Arial;
	font-size: 8pt;
}