body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dadada;
}


/************************* Txt Simple ***********************/

.verTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5e;
	font-weight: normal;
	line-height:17px;
	text-decoration:none;

}

.verWhite {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	line-height:17px;
	text-decoration:none;

}

.verYellow {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6ff08;
	font-weight: normal;
	line-height:17px;
	text-decoration:none;

}


/************************* heading ***********************/


.verHdMain {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #534630;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}


.verSubHeadings {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #681414;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}

.verHeadings {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #681414;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}


/************************* Sub heading ***********************/


.verTxtBlackBold {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5e;
	font-weight: bold;
	line-height:19px;
	text-decoration:none;

}

/************************links********************/

.verLink {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #f26524;
	text-decoration: underline;
	line-height:17px;
	font-weight: bold;
}


.verLink:hover {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a4684;
	text-decoration: underline;
	line-height:17px;
	font-weight: bold;
}

.verLinkSimple {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a4684;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

/************************* esol or link ***********************/

.eSol {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #534630;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.eSolLink {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #534630;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}


.eSolLink:hover {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}


@charset "utf-8";
/* CSS Document  use in dropdown txt*/

a.nav3:link { color: #ffffff; text-decoration:none; font-size:11px; font-weight: normal;}
a.nav3:visited { color: #ffffff; text-decoration:none; font-size:11px; font-weight: normal; }
a.nav3:hover { color: #ffb601; text-decoration:none; font-size:11px; font-weight: normal; }



/********************************* For Drop Down Menu ***********************************/

#dropmenudiv{
position:absolute;
border:0px solid #000000;
border-bottom-width:0;
font: normal 11px  Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
z-index: 200;

}

#dropmenudiv a{
width: 100%;
display: block;
background-color:#826a41;
height:13px;
text-indent:2px;
border-bottom: 1px solid #000000;
padding:3px;
text-decoration: none;
font-weight: normal;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;


}

.myfade {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity: 1.0;
}
