a {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF8080;
}
a:visited {
	color: #663566;
}

b {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
}

body {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF; 
}

hr