body
{
	font-family: Arial;
	color: #4e4e4e;
}

a
{
	color: #4e4e4e;
}
a:hover
{
	color: blue;
}

#content
{
	font-size: 9pt;
	color: #4e4e4e;
}

#content td
{
	font-size: 9pt;
	color: #4e4e4e;
}


#copyright
{
	padding-top: 5px;
	font-size: 7pt;
}

#footer
{
	font-weight: bold;
	font-size: 8pt;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a
{
	text-decoration: none;
	width: 100%;
	display: block;
	text-indent: 3px;
}

#dropmenudiv a:hover
{
	color: White;
	font-weight: bold;
	background-color: silver;
}

#Questionnaire
{
	border-collapse: collapse;
	padding: 5px;
}

input, textarea
{
	font-family: Verdana;
	font-size: large;
	background-color: #ffffcc;
}

.PageHeader
{
	font-size: 10pt;
	font-weight: bold;
}

.body
{
	font-size: 8pt;
	color: #4e4e4e;
}

.ProductHeader
{
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}
.ProductHeader a
{
	color: Navy;
	font-size: 11pt;
}
