.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;

}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;

}
a {
	color: #F33500;
	text-decoration: none;
}
a:hover {
	color: #F33500;
	text-decoration: underline;
}
#notice {
	float: right;
	border: 1px solid #FFFFFF;
	padding: 10px;
	/*width: 360px;*/
	background-color:#003300;
	margin: 10px;
	text-align:center;
}
#notice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}
.clear {
	line-height: 0;
	height: 0;
	clear: both;
}