.txt {
	font-family: Arial;
	font-size: 12px;
	color: #5C5C5C;
	text-decoration: none;
}
.txt A{
	font-family: Arial;
	font-size: 12px;
	color: #013B82;
	text-decoration: underline;
}
.txt A:hover{
	font-family: Arial;
	font-size: 12px;
	color: #013B82;
	text-decoration: none;
}
.btm-mnu {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.btm-mnu A{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.btm-mnu A:hover{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}.txtfld {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #B4B6B8;
}
.hdr {
	font-family: Arial;
	font-size: 17px;
	font-style: italic;
	font-weight: bolder;
	color: #013B82;
	text-decoration: none;
}
.mnu {
	font-family: Arial;
	font-size: 12px;
	color: #5C5C5C;
	text-decoration: none;
	text-align: right;
}
.srh {
	font-family: Arial;
	font-size: 12px;
	color: #5C5C5C;
	text-decoration: none;
}


.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: -2;
padding: 0px;
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width:130px;
left: 0;
top: 0;
text-align: left;
padding-left:10px;
display: none;
background-color:#4D75A7;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
color: white;
display: block;
width: auto;
text-decoration: none;
}


/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
.txtsm {
	font-family: Arial;
	font-size: 9px;
	color: #5C5C5C;
	text-decoration: none;
	font-style: italic;

}
