﻿body
{
	margin: 0px;
}
.header
{ 
	background-color: #E1E2D4;
}
.centered 
{ 
	text-align:center;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -290px; /* make this half your image/element height */
	margin-left: -500px;
}
.headerText
{
	color: #669900;
	font-size: small;
	text-align: left;
	cursor:hand;
}

.footer
{
	background-color: #E1E2D4;
}
.footerText
{
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
	font-family: Verdana;
}
.footerText:Hover
{
	text-decoration: underline;
	font-weight:bold;
	font-size: x-small;
}
.footerTable
{
		
}
.contentBody
{
	background-color: #E1E2D4;
	font-size: 9px;
	font-weight: bold;
}
.UpperButtonText
{
	color: #737c7b;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
	text-decoration: none;
	font-family: Arial;
}

.resformBody
{
	background-color: #737c7b;
	font-size: 11px;
	color: white;
	font-family: Arial;
}
.resformText
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
}
