@charset "UTF-8";
/* CSS Document */

.dt
{
	 font-size: 80%; 
	 font-family: Arial, Helvetica  ; 
	 font-style: italic; 
	 color: grey;

	}	
.ah80 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}

.ah100 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

.ah120 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
}



.ah90 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}



.dt2
{
	 font-size: 85%; 
	 font-family: Arial, Helvetica  ; 
	 font-style: italic; 
	 color: grey;

	}
	
	a:link, a:visited  { text-decoration : none; color: blue; }
a:hover            {  text-decoration : none; color: #111111; }
a:active           { text-decoration : none; color: blue; }