body {
	margin : 0px 0% 0px 0%; 
	padding : 0; 
	font : normal normal normal 1em Arial, Helvetica, sans-serif;
	color : black; 
	background : white, none;
} 

div, p, th, td, li, dd, dl, dt, pre    {
	/* redundant selectors to help NS4 not forget */
	font : normal normal Arial, Helvetica, sans-serif;
}

a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color: Red;
	background: transparent  none;
}
a:visited	{
	color: Blue;
	background: transparent  none;
}
a:active	{
	color:	#000;
	background: transparent  none;
	}
a:hover	{
	color: Black;
	text-decoration:underline overline;
	background: transparent  none;
}

ul, ol, li, dl, dt, dd {
	color : black; 
	font : normal normal normal Arial, Helvetica, sans-serif;
	background-color : transparent;
	}

p {
	font : normal small normal/120% Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
}

h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	20px;
	}
	
h3	{
	font-size:	18px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}		

h1, h2, h3, h4, h5, h6	{
	color: #8B9460;
	background: transparent  none;
	margin: 7px 0 7px 0;
	text-align : center;
	font : bold Arial, Helvetica, sans-serif;
}

.content {
	margin: 0px 100px 0px 100px;
	color: Black;
	background: White none;
}

.content2 {
	padding: 10px 30px 10px 30px;
	margin: 10px 150px 20px 150px;
	color: Black;
	background: White none;
	border : thin dotted Gray;
}

.caption {
	font: lighter xx-small Arial, Helvetica, sans-serif;
	color: Black;
	background: transparent  none;
	}	

.blackleft {
	color: #000;
	background: none;
	text-align: left;
}

.large {
	color: #8B9460;
	background: transparent  none;
	font : bold 16px Arial, Helvetica, sans-serif;
}

.large2 {
	font : bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: transparent  none;
}

subnav {
	font: 12px geneva, verdana, sans-serif;
	color: #999999;
	background: none;
}
	
.fineprint {
	font: 12px geneva, verdana, sans-serif;
	color: #000;
	background: none;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}	
	