body {background-image:  url(images/MasterBkgrndYellow.gif); margin:0; padding:0; height:100%;}
.MenuItemTitle {font-family: Arial; color: #660000; font-size: 12pt; font-weight: bold;}
.MenuItemDesc {font-family: Arial; font-size: 10pt;}
.MenuItemContainer {font-family: Arial; color: #0000FF;font-size: 10pt}
.MenuItemContainerRed {font-family: Arial; color: #FF3333;font-size: 10pt}
.Hdr {font-family: Verdana; font-size: medium; font-weight: bold; color: #000000;}
.FooterText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000000;}
.Menulnk {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #FFFF; font-style: normal; padding: 4px 8pxx 4px 8px; background-color: #809127;}
a.Menulnk:hover {background-color: #B33D33;}

.style37 {font-size: x-small}
.style51 {color: #000000}
.style73 {font-family: Verdana; font-size: x-small;}
.style76 {color: #336600; font-weight: bold; font-size: small;}
.style77 {font-size: small}
.style78 {color: #660000}
.style80 {color: #003300; font-weight: bold; font-size: large; font-family: "Monotype Corsiva";}
.style81 {font-family: "Monotype Corsiva"; font-size: large;}
.style83 {color: #000000; font-size: small; }
.style85 {font-size: small; color: #336600;}
.style87 {color: #660000; font-family: "Monotype Corsiva"; font-size: large;}
.style88 {font-size: large; color: #336600; font-family: "Monotype Corsiva"; }
.style90 {font-size: large; color: #336600; }
.style78 {color: #FF0000; font-style: italic;}
.style69 {font-family: Verdana; font-size: x-small;}
.UsersMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.info:hover{z-index:25}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
