﻿body
{
	font-family: Helvetica; 
	background-color: #444444;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.menu
{
	background-color: #333333;
	color: White;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%
}
.menu a:link {
	color: White;
	text-decoration: none;
	padding-top: 4px;
	margin-left: 10px;
}
.menu a:hover {
	color: White;
	text-decoration: underline;
	padding-top: 4px;
	margin-left: 10px;
}
.menu a:visited {
	color: White;
	text-decoration: none;
	padding-top: 4px;
	margin-left: 10px;
}
.content
{
	background-color: #E7E8EB;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 15px;
}
.heading
{
	background-color: #333333;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	height: 25px;
	text-align: center;
}

input, textarea
{
	font-family: Helvetica; 
}
.ErrorMessage
{
	color: Red;
}
.small
{
	font-size: 8pt;
}
.Message
{
	color:Blue;
}