body{
	margin:0px; background:url(../images/bodybg.jpg);
	background-repeat:repeat;
	color:#4D4747;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.bodytextblack {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.bodytextblackbold {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.txtmen {
	position: absolute;
	font-family: verdana,arial,helvetica;
	font-size: 11pt;  
	font-weight: normal;
	text-decoration:none;
	color:#b8b8b8;
}
.more {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ee7600;
	font-weight: normal;
	text-decoration: none;
}


.headingtextgreybold {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #616161;
	font-weight: bold;
	text-decoration: none;
}
.headingtextorangesmall {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ee7600;
	font-weight: bold;
	text-decoration: none;
}
.txtboxmidwidth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 150px;
	border: 1px solid #b8b8b9;
	height: 18px;
	background-image: url(../images/txtbx_bg.jpg);
	background-repeat: repeat-x;
}
.logintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	font-weight: normal;
	text-decoration: none;
}

/* dropdown menu */
/* The whole menu */

#drpdwnmnu{
	position:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	z-index:100;
	color: #ffffff;
	cursor: hand;
	background-color:#b8b8b8;	
	background-position: center;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0 solid #333333;
	border-left: 1px solid #333333;
	azimuth:left-side
}

#drpdwnmnu a{
	
	height:18px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333333;
	padding: 1px 0;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	background-position: center;
	
}

#drpdwnmnu a:visited{ 
color:#333333;
background-color:#f3f5f5;
}

#drpdwnmnu a:link{ 
color:#333333;
background-color:#f3f5f5;
}

#drpdwnmnu a:hover{ 
color:#ffffff;
background-color:#ff9900;
}

#tblLinks a{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color:#ff9902;
	text-decoration:none;
	
}


