body { margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 9pt; font-family: arial, helvetica, tahoma;}

a { color: #000080; text-decoration: none; font-weight: normal }
a:hover { color: #000080; text-decoration: underline; font-weight: normal }

        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:1px dotted #999;    /* border colour */
        text-decoration:none;
        font-style:italic;
        }

        a.info:hover {
        z-index:25;
        background-color:#ffff66;

        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 2em;
        left: 3em;
        width:40em;
        border:1px solid #0000A0; /* border colour */
        background-color:#ffff99; /* background colour here */
        color:#000000;         /* text colour */
        text-align: left;
        font-size: 1em;
        font-style:italic;
        z-index:30;
        }

.footer { font-family : verdana, helvetica, arial; font-size : 9px; }
.footer a { color: #000080; text-decoration: none; font-weight: normal }
.footer a:hover { color: #000080; text-decoration: underline; font-weight: normal }

/*
#masterMenu {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
    position:absolute;
	background-color:#33CC00;
	width:700px;
	height:29px;
	z-index:1;
	left: 0px;
	bottom: -1px;

} */

#masterMenu {

position:absolute;
z-index:0;
bottom:-1px;
left:10px;

}

/*
#masterMenuText {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	position:absolute;
	width:109px;
	height:29px;
	z-index:100;
	left: 0px; 
	bottom: 0px;
}*/


#masterMenuText {
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 8pt;
	position:absolute;
	width:730px;
	height:27px;
	z-index:100;
	bottom:0px;
	left: 10px;
	/*top: 11px; */
	/*background-color:#339966; */ 
}

#masterMenuTextfr {
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 7pt;
	position:absolute;
	width:500px;
	height:27px;
	z-index:100;
	bottom:-6px;
	left: 10px;
	/*top: 11px; */
	/*background-color:#339966; */ 
}


#masterMenuText div {
	float: left;
	position:relative;
	width:130px;
	height:29px;
	
}

#masterMenuTextfr div {
	float: left;
	position:relative;
	width:109px;
	height:29px;
	
}

/*
#masterMenuText div {
	float:left;
	position:absolute;
	left: 0px;
	width:109px;
	height:29px;
}
*/
/*
#masterMenu div {
	float:left; 
	position:relative;
	left: 0px;
	width:109px; 
	height:29px;
	background-attachment: scroll;
	background-repeat: no-repeat; 
} */

#masterMenu div {
	float: left;
	position:relative;
	width:130px;
	height:29px;
	/*background-color:#CC9900;*/
	/*border: 1px solid #0000FF;*/
	/*margin-left:-10px;*/
	
	
}



#masterMenuText div table tr td {
padding-top: 6px;
}

table.submenu { border: 0px; padding: 0px; margin: 2px 0px 2px 32px; font-size: 8pt; font-style: normal; font-family: arial, helvetica, tahoma; font-weight: bold;}
table.submenu th { text-align: left; }
table.submenu td { padding: 2px; text-align: left; }
.deadLink a { color: #000000; text-decoration: none; font-weight: bold }
.deadLink a:hover { color: #b28642; text-decoration: none; font-weight: bold }
.liveLink a { color: #ff0000; text-decoration: none; font-weight: bold }
.liveLink a:hover { color: #b28642; text-decoration: none; font-weight: bold }
