         .HDRDIV  {
           	color : Blue;
           	font-family : Verdana, Arial, Helvetica, sans-serif;
           	font-weight : bold;
           	font-size : 11px;
           	cursor : pointer;
           	margin-top : 10px;
           	text-indent : 0;
           	margin-left : 0;
           	text-decoration : none;
           }
           
           .TDIV  {
           	color : #000000;
           	position : relative;
           	font-family : Verdana, Arial, Helvetica, sans-serif;
           	font-size : 10px;
           	font-weight : normal;
           	margin-left : 0;
           }
           
           a  {
           	font-family : Verdana, Arial, Helvetica, sans-serif;
           	font-style : normal;
           	font-weight : bold;
           	text-decoration : none;
           	color : #000075;
           }
           
           A:link  {
           	font-family : Verdana, Arial, Helvetica, sans-serif;
			color : Navy;
           	text-decoration : none;
           }
           
           A:visited  {
           	color : Navy;
           	text-decoration : none;
           }
           
           a:hover  {
           	color : Blue;
           	text-decoration : underline;
           	
           }
