BODY
{
	font-size: 9pt;
	margin: 10px;
	color: black;
	font-family: Arial, Sans-Serif;
	background-color: white;
}

TD
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

P,INPUT,TEXTAREA,BUTTON,SELECT,OPTION,LABEL,SPAN,DIV
{	
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

.SurveyBack
{
	height: 100%;
	background-color: white;
}

.BannerBlock
{	
	background-color: white;
}

.BannerLine
{
	border-top: black 1px solid;
}

#SurveyTitle
{
	font-size: 12pt;
	color: Black;
}

#SurveySubTitle 
{
	color: Black;
}
#PageTitle 
{
	font-size: 12pt;
	color: Black;
}
#PageProgress 
{
	color: Black;
	font-size: 10pt;
}
#PageProgressTable
{
	border: black 1px solid;
	background-color: white;
}
#PageProgressBar 
{
	background-color: black;
}
.QuestionNumber
{
	color: black;
	font-weight: bold;
}
.QuestionText
{
	color: black;
}
.SelectionText
{
}

.PreviousButton
{
	font-weight: bold;
	font-size: 9pt;
	width: 80px;
	font-family: Arial, Sans-Serif;
}

.NextButton
{
	font-weight: bold;
	font-size: 9pt;
	width: 50px;
	font-family: Arial, Sans-Serif;
}

.FinishButton
{
	font-weight: bold;
	font-size: 9pt;
	width: 50px;
	font-family: Arial, Sans-Serif;
}

#Copyright
{
}

#PrivacyPolicy
{
}

A
{
	color: black;
	text-decoration: none;
}
.ErrorMessage
{
	background-color: White;
	color: Red	;
}

