body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.marquee{
	letter-spacing: .041em;
	background-color: #0099FF;
}

.subtitle{
	color: #0099FF;
	font-size: 18px;
	font-weight: bold;
}

.highlight{
	color: 0d80d1;
}

.formtext{
	color: #666666;
}

.subtext{
	color: #0099FF;
	font-style: italic;
	font-size: 12px;
}

.footertext{
	color: #666666;
	font-size: 12px;
}
.errorText
{
	color:Red;
	font-size: 12px;
}

.paragraphtitle {
	color: 003596;
	font-weight: bold;
}

hr {
		background-image: url(/images/icon_hr.gif);
		background-repeat: repeat-x;
		border: none;
	}
	
.bluefadeheader {
		background-image: url(/images/table_header_bg.gif);
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		padding: 5px;
	}