body {
	margin:0px;
	background-color:#dad6d6;
  }
.whiteBg {
	background-color: #FFF;
}
.greyBg {
	background-color: #a2a2a2;
}

.bgLeft {
	background-image:url(../images/bg_left.jpg);
	background-repeat:repeat-y;
}
.bgRight {
	background-image:url(../images/bg_right.jpg);
	background-repeat:repeat-y;
}
.bgHeader {
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
}
.bgMenu {
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}
.bgDotV {
	background-image:url(../images/dotsV.gif);
	background-repeat:repeat-x;
}

.bdyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	line-height:15px;
	text-align:justify;
}
.Txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	text-align:justify;
}
.HmLinkTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024467;
	text-decoration: none;
}
.HmLinkTxtSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fe7302;
	text-decoration: none;
}
.HmLinkTxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024467;
	text-decoration:underline;
}
.HeadingTxt {
	font-family: Arial,Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;

	

}
.footerTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #eb2524;
	text-align:center;
}

.moreLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF7A04;
	text-decoration: none;
}

.moreLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF7A04;
	text-decoration: none;
}

.moreLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF7A04;
	text-decoration: underline;
}
