/* CSS Document */
a:link, a:visited	
{
	text-decoration: none; 
	color: #0000FF;
}
a:hover, a:active
{
	color: #FF0000;
	text-decoration: underline;
}
body, td {
	margin=0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 10pt;
}
.nav {
	line-height: 14pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}
.botttomnav {
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 9pt;
	color:#000000;
}
a.bottomnav:link, a.bottomnav:visited	
{
	text-decoration: none; 
	color: #000000;
}
a.bottomnav:hover, a.bottomnav:active
{
	color: #FF0000;
	text-decoration: underline;
}

a.nav:link, a.nav:visited	
{
	text-decoration: none; 
	color: #000000;
}
a.nav:hover, a.nav:active
{
	color: #FF0000;
	text-decoration: underline;
}
.bottom {
	font-size:10pt;
	padding-left:10px;
}
p, ol, ul {
	line-height: 14pt;
	color: #333333;
}

.newsect {
	margin-top: 2em;
}