.menuTXTLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.shadow{
/*border:1px solid white;*/
font:10pt arial;
position: relative;
display:inline;
/*background:white;*/
z-index:80;

}


.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=8); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.5; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10;
}
.menu:hover{

border-bottom:1px dotted #f3f3f3;


}

.menu:link{
font-weight:bold;
}

.menu:visited{
font-weight:bold;
color:#ffffff;
text-decoration:none;
}


a:link{
color:#666699;
font-weight:bold;
text-decoration:none;

}
a:visited{
color:#666699;
font-weight:bold;
text-decoration:none;

}



.menuTXTLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyTXTLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bodyTXTLink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bodyTITLE {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #666633;
	text-decoration: none;
}
.pageTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
