/* Start ----------------------------------------------------- body.css*/

body {
	background-color: #BFBFBF;
}

.outerBackground {
  padding-top:96px;
  width:100%;	
}

.centerTable {
  background:#dddddd url('images/gradient_bg.gif') repeat-x;
  width: 615px;
}

.heading {
  font-size: 24px;
  color: #262626;
  margin:23px 0px 0px 10px;
  
}
body.ie .heading{
	text-align:left;
}
.subTitle {
  font-size: 14px;
  color: #333333;
  margin:6px 0px 0px 10px;
  font-weight: bold;
}
body.ie .subTitle{
	text-align:left;
}
.textStyle {
	font-size: 14px;
	color: #333333;
	margin:13px 51px 0px 10px;
	
}
body.ie .textStyle{
	text-align:left;
}
.hrstyle {
  background:url('images/hr.png') repeat;
  height:1px;
  margin: 5px -4px 2px -4px;
}

.outstyletable {
  width:623px;
}

.dotmacWarning {
  background:url('images/404icon.gif') no-repeat;
  width:72px;
  height:100px;
}

td.alert {
  padding-left: 17px;
  padding-bottom: 3px 
}

.tableStyle {
  background:url('images/gradient_bg.gif') repeat scroll 0%;
  width:100%;
  border-collapse:collapse;
  overflow:auto;
}
.languageLinks {
  font-size: 12px;
  line-height:18px;
}

a:link, a:visited, a:active {
color:#0E74DA;
text-decoration:none;
}

/* End ------------------------------------------------------- body.css*/

