﻿BODY 
{

	color: white;
	background-color:#fffffe;
	margin-top: 0px;
	margin-left: 0px;
}
.regText
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #353535; 
	text-decoration: none;
}
.regTextBold
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #353535; 
	text-decoration: none;
}
.regTextLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #353535;
	text-decoration: underline;
}
.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #47632e;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.copyrightSymbol
{
	vertical-align: super;
	text-decoration: none;
	font-size: 9px;
}
.tableHeaderGreen
{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #fffffe;
	text-decoration: none;
	background-color: #7d8b45;
}
.tableRow
{
	padding: 5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #353535;
	text-decoration: none;
}
li
{
	margin-top: 15px;
	margin-bottom: 15px;
}



#Title
{
	color: white;
}
#Content
{
	border:solid 3px #a6a762;
}
