<!--	
A 			{ color: #C0C0C0; font-weight:bold; text-decoration: underline; }		
A:link		{ color: #C0C0C0; font-weight:bold; text-decoration: underline; }	
A:visited	{ color: #C0C0C0; font-weight:bold; text-decoration: underline; }		
A:active	{ color: #C0C0C0; font-weight:bold; text-decoration: underline; }		
A:hover		{ color:#ffffff; font-weight:bold; text-decoration: none;  }





body, td, tr{		
font-family: verdana;		
color:#FFFFFF;		
font-size:11;		
font-weight:normal;
}

//-->








.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: 000000;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 20;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
color: #ffffff;
line-height: 18px;
z-index: 600; /* zIndex should be greater than that of shadow's below */
background:#1a616d;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px #1a616d;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #3e3e3e;
color: white
;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px #3e3e3e;
padding: 10px;
font: normal 12px Verdana;
color: white;
z-index: 600; /*zIndex should be greater than that of shadow's below*/
background: #000000;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 40;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #2D6195;
border-bottom: none;
/* background: #2D6195;*/
}

#tablist li a:link, #tablist li a:visited{
color: white;
}

#tablist li a:hover{
color: lime;
/* background: #2D6195; */
border-color: #2D6195;
}

#tablist li a.current{
/* background: red; */
}
