A:hover  {
	text-decoration :underline;
	color : red;
}

A:link  {
	text-decoration : none;
	color : navy;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 10pt;
	margin-bottom : 0;
}

A:visited  {
        text-decoration : none;
	color : navy;
	font-family: "Arial","Helvetica";
	font-weight : bold;
	font-size : 10pt;
}

A:active  {
	text-decoration : none;
	color : blue;
	font-family: "Arial","Helvetica";
	font-weight : bold;
	font-size : 10pt;
	font-family : sans-serif;
}

#tl  {
	color : #525252;
	font-family : "Arial","Helvetica";
	font-weight : normal;
	font-size : 9pt;
}
#tl1  {
	color : black;
	font-family : "Arial","Helvetica";
	font-weight : normal;
	font-size : 9pt;
}

#tl2  {
	color : black;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 12pt;
}

#bg  {
	color : black;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 26pt;
}
#bg2  {
	color : gray;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 13pt;
}
#tbltxt  {
	color : black;
	font-family : monolspace;
	font-weight : bold;
	font-size : 10pt;
}
#AL  { 	color : blue;
	font-family : "Arial","Helvetica";
	font-weight : bold;
	font-size : 14pt;
	margin-bottom : 0;
}


BODY  {
	background-color : white;
	margin-top : 0;
}


