

A:Link
{
	color: Blue;
	text-decoration: none;
}

A:Visited
{
	color: Blue;
	text-decoration: none;
}

A:Hover
{
	color: Blue;
	text-decoration: underline;
}

A.ImageLink:Link
{
	color: White;
	text-decoration: none;
}

A.ImageLink:Visited
{
	color: White;
	text-decoration: none;
}

A.ImageLink:Hover
{
	color: Blue;
	text-decoration: underline;
}

Table
{
	FONT-FAMILY: Arial;
}

.Banner
{
	FONT-SIZE: large;
	font-weight: bold;	
	border-top: solid thin black;
	border-bottom: solid thin black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.BannerImageLeft
{
	vertical-align: top;
	border-top: solid thin black;
	border-bottom: solid thin black;
	border-left: solid thin black;
}

.BannerImageRight
{
	vertical-align: top;
	border-top: solid thin black;
	border-bottom: solid thin black;
	border-right: solid thin black;
}

.BodySection
{
	border-left: solid thin black;
	border-right: solid thin black;
	border-bottom: solid thin black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.Title
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 14pt;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.Heading
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 14pt;
	font-weight: bold;	
}

.SearchRow
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	font-weight: bold;
	border-bottom: solid thin black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MenuRow
{
	border-bottom: solid thin black;
	border-left: solid 1px black;	
	border-right: solid 1px black;
	height: 30px;
	vertical-align: middle;
	text-align: center
}

.SurveyQuestion
{
	padding-left: 30px;
	text-indent: -30px;
}

.SurveyPadding
{
	padding-left: 50px;
	padding-bottom: 15px;
}

.SurveyPaddingExtra
{
	padding-left: 80px;
	padding-bottom: 15px;
}
