body 
{
	width: 800px;
	margin-left: 0px;
	margin-top: 0px;
}
.standardFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.smallTitleFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #27893E;
}
.tinyTitleFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #27893E;
}
.mainTitleFont
{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #27893E;
}
a
{
	text-decoration: none;
	color: #27893E;
}
a:hover
{
	color: Maroon;
}
a.disabled
{
	color: White;
}
.paddedDIV {
	position: relative;
	top: 8px;
	left: 4px;
}
.leftPaddedDIV {
	position: relative;
	left: 4px;
}
.menuDIV {
	position: relative;
	top: 8px;
	right: 4px;
}
.shiftHeader {
	position: relative;
	top: -3px;
	left: -3px;
}
.sup
{
	font-size: 8px;
}