BODY, TD, A, INPUT, SELECT, TEXTAREA 
{
	font-family: Lucida Sans Unicode;
	font-size: 10pt;
	color: #545446;
}
BODY 
{
	background-color: #7B7D6B;
}
UL 
{ 
	margin-top: 5px; 
}
LI 
{
	padding: 2px;
}
A, A:active, A:hover, A:visited	
{
	color: #496C20;
	text-decoration: underline;
}
HR
{
	color: #7B7D6B;
	background-color: #7B7D6B;
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0px 0px 15px 0px;
}
H1
{
	font-size: 13pt;
	color: #545446;
}	
H2
{
	font-size: 13pt;
	color: #496C20;
}
H3
{
	font-size: 12pt;
	font-weight: bold;
}
H4
{
	font-size: 10pt;
	font-weight: bold;
}
H5
{
	font-weight: bold;
}

.tableShell
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.button
{
	background-color: #E6E8D3; 
	border: solid 1px #496C20; 
	color: #496C20; 
	font-weight: bold; 
	cursor: pointer;
	padding: 3px 0px 3px 0px;
	width: 110px;
	font-family: Tahoma;
	font-size: 8pt;
}
.grid TH, .grid TD
{
	border: solid 1px lightgrey; 
	padding: 5px;
}
.grid TH
{
	background-color: cornflowerblue; 
	color: white; 
	font-weight: bold; 
}
.finePrint 
{
	color: gray;
}
.normalLink, .normalLink:active, .normalLink:hover, .normalLink:visited	
{
    color: #545446;
    text-decoration: none;
}