/* CSS Document */

a:link, a:visited, a:active {
	color: #82500E;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
	}
	.style3 {color: #82500E;font-family: Arial, Helvetica, sans-serif;font-size:11px ;text-decoration: underline;}
	
	a.style3:link, a:visited, a:active {
	color: #82500E;
	text-decoration: none;
	
	}
	
	a.style3:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
	}

