BODY
{
	list-style-position: outside;
	list-style-type: square;
	font-family: Times New Roman, serif;
	font-size: 11pt;
}

.NavLink A {
	color: white;
}

	
.NavLink
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-left: black 1px solid;
	color: white;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-family: Arial, sans-serif;
	background-color: #990000;
}

.FooterLink
{
	font-weight: lighter ;
	font-size: 8pt;
	font-family: Arial, sans-serif;			
	color: Gray ;		
}
		
.Content
{
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	
}

.NavBar
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
	background-color: #DFDFDF;
}
		
.MenuHeading
{			
	margin-top: 20px;

	font-weight: normal;
	font-size: 14pt;
	font-family: Arial, sans-serif;
	
	color: #990000;
	
}

HR {
	color: #000099;
	height: 1px;
}		
		
A {
	color: darkred;
}

H1
{
	color: darkred;
}

.ModulesError
{
	border: 1px red solid;
	color: red;
	font-weight: bolder;
	margin: 20px 0px 20px 0px;
	padding: 5px;
}

.ModulesSuccess
{
	border: 1px green solid;
	color: green;
	font-weight: bolder;
	margin: 20px 0px 20px 0px;
	padding: 5px;
}


/* <Survey> */

.SurveyDescription
{
	border: solid 1px silver;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.SurveyQuestion
{
	display: block;
	clear: both;
	
	margin-bottom: 15px;
}

.SurveyQuestionText
{
	display: block;
	clear: both;
	
	font-weight: bold;
	font-size: larger;
	
	margin-top: 10px;
	border-bottom: solid 1px black;
}

.SurveyQuestionContent
{
	margin-left: 20px;
}

.SurveyQuestionBeforeText
{
	display: block;
	clear: both;
	
	margin-top: 5px;
	margin-bottom: 10px;
}

.SurveyQuestionAfterText
{
	display: block;
	clear: both;
	
	margin-top: 10px;
}

.SurveyQuestionGrid
{
	border: 1px solid silver;
	border-collapse: collapse;
}

.SurveyQuestionGrid TD
{
	text-align: center;	
	border: 1px solid silver;
}

.SurveyQuestionGrid TD INPUT
{
	border: none;
}

.SurveyQuestionGrid TR.Line
{
	background-color: transparent;
}

.SurveyQuestionGrid TR.LineAlt
{
	background-color: #ddd;
}

.SurveyQuestionGrid TR.Header
{
	font-style: italic;
}

.SurveyQuestionGrid TH
{
	border: 1px solid silver;
}

.SurveyQuestionGrid TH.Label
{
	text-align: right;
	font-size: 8pt;
}

.SurveyQuestionGrid TH.Value
{
	text-align: center;
	font-size: 8pt;
}

/* </Survey> */
	
