﻿body 
{
	background-color: #E0FFFF;
}
h1
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h2
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h3
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}
.formfield
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	text-align: left;
}
.formsubtext
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
}
.warn
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
.validationsummary
{
	color: Red;
	font-weight: bold;
}
.summaryrowheading
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
}
.summaryvalue
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
}