@charset "UTF-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
 .floatright
{
float: right;
margin: 0 0 0px 0px;
border: 0px solid #666;
padding: 2px;
}
 .floatleft
{
	float: left;
	margin: 0 0 0px 0px;
	padding: 1px;
	border-top: 5px none #666;
	border-right: 5px none #666;
	border-bottom: 5px none #666;
	border-left: 5px none #666;
}
 .floatleft2
{
float: left;
margin: 0 6px 6px 0px;
clear: left;
padding: 0 5 5 0;
}a {
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1F1E1F;
	font-weight: bold;
}
