body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003300;
}

a 
{
	font-size: 10pt;
	color: #FFF22D;
	font-weight: bold;
}

a:visited 
{
	color: #FFF22D;
	text-decoration: underline;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:link 
{
	text-decoration: underline;
}

.body_text 
{
	font-size: 10pt;
	line-height: 15pt;
	color: #CCCC99;
	text-align: justify;
	text-indent: 20px;
	margin: 5;
}

.bold 
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 15pt;
}

.bullets 
{
	font-size: 10pt;
	list-style-position: outside;
	list-style-type: square;
	color: #CCCC99;
	line-height: 15pt;
	text-align: justify;
}

.address 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCC99;
	line-height: 12pt;
}

.corp_address 
{
	font-size: 9pt;
	line-height: 12pt;
	color: #FFF22D;
}

.contact_header 
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #006633;
	text-align: right;
	display: block;
	padding: 2px;
	width: 190px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF22D;
	color: #FFF22D;
}