body,td,th {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
body {
	background-color:#fff;
	margin:0px;
}
a:link, a:visited, a:active {
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
.upperShadowBg {
	background-image: url(images/upper_shadow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom:1px solid #fff;
}
.lowerShadowBg {
	background-image: url(images/lower_shadow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top:1px solid #fff;
}
a.orangeLink:link, a.orangeLink:visited, a.orangeLink:active {
	text-decoration:none;
	color:#ff9900;
}
a.orangeLink:hover {
	color:#000;
}
a.networkLink:link, a.networkLink:visited, a.networkLink:active {
	font-size:14px;
	color:#000;
	text-decoration:none;
}
a.networkLink:hover {
	color:#ff0000;
}
.blueBarLink {
	background-color:#4e86aa;
}
.blueBarLink a:link, .blueBarLink a:visited, .blueBarLink a:active {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
	height:18px;
	width:100px;
	display:block;
}
.blueBarLink a:hover {
	color:#4e4e4e;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
	height:18px;
	width:100px;
	display:block;
}
.blueBarLinkOver {
	background-color: ;
}
.blueBarLinkOver a:link, .blueBarLinkOver a:visited, .blueBarLinkOver a:active {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
	height:18px;
	width:100px;
	display:block;
}
.blueBarLinkOver a:hover {
	color:#4e4e4e;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
	height:18px;
	width:100px;
	display:block;
}
.headingDiv {
	font-size:14px;
	font-weight:bold;
	color:#4e86aa;
	padding:15px 0 10px 0;
}
.headingDiv16L {
	font-size:14px;
	font-weight:bold;
	color:#4e86aa;
	padding:15px 0 10px 16px;
}
.contentDiv40LR {
	font-size:11px;
	padding:0 40px;
	line-height:16px;
	color:#333;
}
.contentDiv40L20R {
	font-size:11px;
	padding:0 20px 0 40px;
	line-height:16px;
	color:#333;
}
.contentDiv15L10R {
	font-size:11px;
	padding:0 10px 0 15px;
	line-height:16px;
	color:#333;
}
.contentDiv30L15R {
	font-size:11px;
	padding:0 15px 0 30px;
	line-height:16px;
	color:#333;
}
.contentDiv20L10R {
	padding:0 10px 0 20px;
}
.contactBase {
	color:#333;
	font-size:12px;
	line-height:18px;
	padding:25px 0 15px 0;
}
.pageHeading {
	font-size:21px;
	color:#ff9900;
	padding-left:40px;
	white-space:nowrap;
}
/* calc css begins */
#upperDivLine {
	height:20px;
	border-bottom:dashed 1px #4e86aa;
}
#mainText {
	padding:15px 12px 20px 12px;
}
.calcCell {
	background-color:#2f5066;
	background-image:url(images/calc_bg.jpg);
	background-repeat:no-repeat;
}
.calcInput {
	width:145px;
	background-image:url(images/formInput_bg.gif);
	border-top:solid 1px #004386;
	border-right:solid 1px #DBE3EE;
	border-bottom:solid 1px #DBE3EE;
	border-left:solid 1px #004386;
	padding-left:3px;
}
.calcButton {
	width:134px;
	height:42px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding-left:52px;
	/*background-image:url(images/calculate_btn.gif);*/
	background-color:transparent;
	border:none !important;
	display:block;
	cursor:hand;
}
.calcResponse {
	width:145px;
	height:20px;
	font-size:17px;
	color:#ff9900;
	font-weight:bold;
	background-image:url(images/formInput_bg.gif);
	border:none !important;
	padding-left:6px;
}
.calcMessage {
	color:#FF0000;
	width:240px;
	height:50px;
	text-align:center;
	overflow:hidden;
	border:none !important;
}
.calcOther {
	width:145px;
	border:none !important;
	padding-left:3px;
}
