.link_txt
{
font-family:Verdana;
font-size:10px;
color:#0465B4;

}


.topnav 
{
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;

}
.topnav A
{
font-family:verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;

}
.topnav A:hover
{
font-family:Verdana;
font-size:11px;
color:#CCCCCC;
text-decoration:underline;

}/* CSS Document */

.leftnav 
{
font-family:Verdana;
font-size:11px;
color:#666666;
text-decoration:none;
line-height:16pt;

}
.leftnav A
{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;



}
.leftnav A:hover
{
font-family:Verdana;
font-size:10px;
color:#0465B4;



}/* CSS Document */
.page_heading 
{
font-family:Verdana;
font-size:13px;
color: #000000;
text-decoration:none;
font-weight: bold;
font-hieght: 19px;
}
.sub_heading 
{
	font-family:Verdana;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
	font-hieght: 17px;
	text-align: left;
}

.sub_hd {
font-family:Verdana;
font-size:12px;
color: #666666;
text-decoration:none;
font-weight: bold;
font-hieght: 17px;
}
.sub_hd:hover {
font-family:Verdana;
font-size:12px;
color: #0465B4;
text-decoration:underline;
font-weight: bold;
font-hieght: 17px;
}
.text
{
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	text-decoration:none;
	line-height:14pt;
	text-align: left;
}

.textBlack {
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	line-height:14pt;
	}

.botomtext
{
font-family:Verdana;
font-size:10px;
color:#ffffff;
text-decoration:none;

}
/********************************* FOR DROP DOWN MENU *****************************/
#dropmenudiv{
position:absolute;
background-color: #ffffff;
background-image:url(../images/leftbarbg.jpg);
border:1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 11px Arial, Verdana;
line-height:18px;
letter-spacing:1pt;
z-index:100;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
}

#dropmenudiv a{
width: 100%;
color:#000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0465B4;
color:#FFFFFF;
}

/************************************* For Transparent Effect ************************/
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
