.SurveyBody
{
	margin:0 auto;
	width: 628px;
	background: #ffffff;
	font-family: Verdana;
	font-weight: normal;
}

input
{
	font-size:8pt; 
	font-family: Verdana;
	color: Black;
	font-weight: normal;
}

.GUICQuestion
{
	font-size: 12pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #00539b;
}

.GUICAnswer
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}

.GUICText
{
	font-size: 10pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #000000;
}

.GUICRbList input
{
	float: left;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.GUICRbList td
{
	vertical-align: top;
}

.GUICRbList label
{
	margin-left:25px;	
	display:block;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.BusinessNameHeader
{
	font-size: 12pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #00539b;
}

.BusinessAddressHeader
{
	font-size: 10pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #00539b;
}

.SurveyContentHeader
{
	font-size: 10pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: Black;
	padding-left: 10px;
	padding-top: 10px;
}

.ValidationSummary
{
	font-size: 10pt;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: Red;
}

.BlueLink
{
	color: #00539b;
	text-decoration: none;
	vertical-align: bottom;
}

.BlueLink:hover
{
	color: Black;
}