a
{
text-decoration: none; 
}
a.Menu
{
	font-family: Arial;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
a.Menu_Selected
{
	font-family: Arial;
	color: darkred;
	font-size: 10px;
	font-weight: bold;
}
a.Info
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: normal;
	color: #81994C; 
}
a.Form
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: Bold;
	color: black; 
	background-color: white;
	vertical-align: center;
}
a.SmallHeader
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: bold;
	color:  yellow;
	vertical-align: bottom;
	text-align: right;
	background-color: #81994C;
}
a.BoldInfo
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: blue; 
}
a.FAQTopic
{
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: black; 
}
a.FAQQuestion
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: normal;
	color: #7C5C5B; 
}


.Form
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: Bold;
	color: black; 
	background-color: White;
	vertical-align: center;
}
.Info
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.BoldInfo
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.SmallInfo
{
	font-family: Arial; 
	font-size: 9px;
	font-weight: normal;
	color: black;
}
.Indent
{
	text-indent: 10%;
}
.BoldInfo_Indent
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-indent: 10%;
}
.Warning
{
	text-align: center;
	vertical-align:	middle;
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: red; 	
}


.Menu
{
	font-family: Arial;
	color: black;
	font-size: 12px;
	font-weight: bold;
	
}
.Menu_Selected
{
	font-family: Arial;
	color: darkred;
	font-size: 12px;
	font-weight: bold;
}
ul.Menu
{
	font-family: Arial;
	color: black;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	line-height: 90%;
}
ul.Menu_Selected
{
	font-family: Arial;
	color: darkred;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	line-height: 90%;
}
ul.SpacedMenu
{
	font-family: Arial;
	color: black;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	line-height: 110%;
}
li.Menu
{
	font-family: Arial;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
li.Menu_Selected
{
	font-family: Arial;
	color: darkred;
	font-size: 10px;
	font-weight: bold;
}


tr.Spacer
{
	background-color: black;
}
tr.Header
{
	font-family: Arial; 
	font-size: 20px;
	font-weight: bold;
	color:  white;
	background-color: #81994C;
	text-align: center;
}
td.Header
{
	font-family: Arial; 
	font-size: 20px;
	font-weight: bold;
	color:  white;
	background-color: #81994C;
	text-align: center;
}
td.SmallHeader
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: bold;
	color:  yellow;
	vertical-align: bottom;
	text-align: right;
	background-color: #81994C;
}
td.Info
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: black; 
}
td.BoldInfo
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: Bold;
	color: black; 
}
td.SearchResults
{
	font-family: Arial; 
	font-size: 10px;
	font-weight: normal;
	color: black; 
	text-align: center;
	vertical-align: middle;
}
td.Menu
{
	width: 25%;
	vertical-align: top;
	background-color: whitesmoke;
}
td.Spacer
{
	background-color: black;
	height: 1px;
	
}
td.Content
{
	vertical-align: top;
	background-color: white;
}
td.ColumnHeader
{
	text-align: center;
	vertical-align:	bottom;
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: black; 	
}
td.Warning
{
	text-align: center;
	vertical-align:	middle;
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: red; 	
}
td.Form
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: Bold;
	color: black; 
	background-color: #F1F1E3;
	vertical-align: center;
}
td.FormHeader
{
	text-align: Left;
	vertical-align:	bottom;
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: black; 	
	background-color: #CCCCCC;
}


body.Main
{
	background-color: white;
	margin: 0px;
}
body.Surepay
{
	background-color: #F1F1E3;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
p.Indented
{
	text-indent: 50%;
}