A:hover  {
	text-decoration :underline;
	color : red;
	font-family : "Verdana","Helvetica";
}

A:link  {
	text-decoration : none;
	color : navy;
	font-family : "Verdana","Helvetica";
	font-weight : bold;
	font-size : 10pt;
	margin-bottom : 0;
}

A:visited  {
        text-decoration : none;
	color : navy;
	font-family: "Verdana","Helvetica";
	font-weight : bold;
	font-size : 10pt;
}

A:active  {
	text-decoration : none;
	color : blue;
	font-family: "Verdana","Helvetica";
	font-weight : bold;
	font-size : 10pt;
	font-family : sans-serif;
}

#tl  {
	color : #525252;
	font-family : "Verdana","Helvetica";
	font-weight : normal;
	font-size : 9pt;
}
#tl1  {
	color : black;
	font-family : "Verdana","Helvetica";
	font-weight : normal;
	font-size : 9pt;
}

#tl2  {
	color : black;
	font-family : "Verdana","Helvetica";
	font-weight : bold;
	font-size : 12pt;
}

#bg  {
	color : black;
	font-family : "Verdana","Helvetica";
	font-weight : bold;
	font-size : 26pt;
}
#bg2  {
	color : gray;
	font-family : "Verdana","Helvetica";
	font-weight : bold;
	font-size : 13pt;
}
#tbltxt  {
	color : black;
	font-family : monolspace;
	font-weight : bold;
	font-size : 10pt;
}
#AL  { 	color : blue;
	font-family : "Verdana","Helvetica";
	font-weight : bold;
	font-size : 14pt;
	margin-bottom : 0;
}


BODY  {
	background-color : white;
	margin-top : 0;
}

.parent {
    position: relative;
    width: 200px; 
    margin: 0px 781px;
    padding: 5px
}
.child  {
    position: absolute;
    display: inline-block;
    height: 30px;
    bottom: -30px;
    width: 400px;    
}