

A:Link
{
	color: Blue;
	text-decoration: none;
}

A:Visited
{
	color: Blue;
	text-decoration: none;
}

A:Hover
{
	color: Blue;
	text-decoration: underline;
}

Table
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 12pt;
}

H1
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 14pt;
}

.ProjectHeading
{
	font-weight: bold;
	font-size: 16pt;
}

.SurveyHeading
{
	padding-top: 10px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
	font-size: 14pt;
}

.SurveySubheading
{
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: bottom;
}

.SurveyUnderline
{
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	vertical-align: bottom;
}

.SurveyQuestion
{
	padding-left: 30px;
	text-indent: -30px;
}

.SurveyPaddingExtra
{
	padding-left: 80px;
	padding-bottom: 10px;
}

.SurveyPadding
{
	padding-left: 50px;
	padding-bottom: 10px;
}


.SurveyGrey
{
	background-color: Silver;
}