a ,a:visited {
	text-decoration:none;
    color:#999999;
	background-color:transparent;
	border-bottom:1px dotted #094999;
}
a:focus ,a:hover, a.active {
	text-decoration:none;
    color:#999999;
	background-color:#F5F5F5;
	border-bottom:1px dotted #094999;
}
a:active {
	text-decoration:none;
    color:#999999;
	background-color:transparent;
	border-bottom:1px dotted #094999;
}

a.nostyle { border:none; background-color:transparent; }


.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC7A0F;
	font-weight: bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.orange {
		font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #DC7A0F;
    	text-decoration: none;}
	
	a.orange:visited {color: #DC7A0F; text-decoration: none;}
	a.orange:hover {color: #DC7A0F; font-weight: bold; text-decoration: none; }
	a.orange:active {color: #DC7A0F; font-weight: bold; text-decoration: none;}
	
	