body { font-family: Arial; font-size: 12px; background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
td   { font-family: Arial; font-size: 12px; }

.heading             { font-size: 12px; font-family:Arial; color: #FFFFFF; background-color: #000000; }
.focused             { background-color: #EFEFEF; }
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 			 {color: #FFFFFF}

.style8 {
	color: #FF0000;
	font-style: italic;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {
	color: #333333;
	font-weight: bold;
}
.style13 {color: #CC0000}

a.NavLink:link    { font-family: Arial; font-size: 13; color: blue; font-weight: bold; text-decoration: underline; }
a.NavLink:visited { font-family: Arial; font-size: 13; color: blue; font-weight: bold; text-decoration: underline; }
a.NavLink:active  { font-family: Arial; font-size: 13; color: blue; font-weight: bold; text-decoration: underline; }
a.NavLink:hover   { font-family: Arial; font-size: 13; color: blue; font-weight: v; text-decoration: underline; }

a.SubLink:link    { font-family: Arial; font-size: 12; color: #0000FF; font-weight: none; text-decoration: underline; }
a.SubLink:visited { font-family: Arial; font-size: 12; color: #0000FF; font-weight: none; text-decoration: underline; }
a.SubLink:active  { font-family: Arial; font-size: 12; color: #0000FF; font-weight: none; text-decoration: underline; }
a.SubLink:hover   { font-family: Arial; font-size: 12; color: #0000FF; font-weight: none; text-decoration: underline; }

a.mLink:link    { font-family: Arial; font-size: 17; color: #0000FF; font-weight: bold; text-decoration: underline; }
a.mLink:visited { font-family: Arial; font-size: 17; color: #0000FF; font-weight: bold; text-decoration: underline; }
a.mLink:active  { font-family: Arial; font-size: 17; color: #0000FF; font-weight: bold; text-decoration: underline; }
a.mLink:hover   { font-family: Arial; font-size: 17; color: #0000FF; font-weight: bold; text-decoration: underline; }

a.sidebarSmall:link    { font-family: Arial; font-size: 11; color: #0000FF; font-weight: none; text-decoration: none; }
a.sidebarSmall:visited { font-family: Arial; font-size: 11; color: #0000FF; font-weight: none; text-decoration: none; }
a.sidebarSmall:active  { font-family: Arial; font-size: 11; color: #0000FF; font-weight: none; text-decoration: none; }
a.sidebarSmall:hover   { font-family: Arial; font-size: 11; color: #0000FF; font-weight: none; text-decoration: underline; }


a:link    { font-family: Verdana, Arial, sans-serif; font-size: 12; color: #0000FF ; font-weight: none; text-decoration: underline; }
a:visited { font-family: Verdana, Arial, sans-serif; font-size: 12; color: #0000FF ; font-weight: none; text-decoration: underline; }
a:active  { font-family: Verdana, Arial, sans-serif; font-size: 12; color: #0099FF  ; font-weight: none; text-decoration: underline; }
a:hover   { font-family: Verdana, Arial, sans-serif; font-size: 12; color: #0099FF  ; font-weight: none; text-decoration: underline; }

a.tab:link    { font-family: Arial, Arial; font-size: 12px; color: #000000; font-weight: none; text-decoration: none; }
a.tab:visited { font-family: Arial, Arial; font-size: 12px; color: #000000; font-weight: none; text-decoration: none; }
a.tab:active  { font-family: Arial, Arial; font-size: 12px; color: #000000; font-weight: none; text-decoration: none; }
a.tab:hover   { font-family: Arial, Arial; font-size: 12px; color: #000000; font-weight: none; text-decoration: none; }
a.tab { padding: 0px; }


a.info:link    { font-family: Verdana, Arial; font-size: 12px; color: #FFFFFF; font-weight: none; text-decoration: none; }
a.info:visited { font-family: Verdana, Arial; font-size: 12px; color: #FFFFFF; font-weight: none; text-decoration: none; }
a.info:active  { font-family: Verdana, Arial; font-size: 12px; color: #FFFFFF; font-weight: none; text-decoration: none; }
a.info:hover   { font-family: Verdana, Arial; font-size: 12px; color: #FFFFFF; font-weight: none; text-decoration: none; }

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:yellow}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em; left:-6em; width:15em;
    border:1px solid #0cf;
    background-color:white; color:#000;
}
