body{
  font-family:arial;
  font-size:12px;
  margin:0px;
	background-color:#FFFFFF;
}

.divHeader{
	border-top:solid 9px #396478;
	background-color:#F0F0E9;
	width:925px; 
	height:120px;
}

.mainContent{
  width:925px; 
  text-align:left;
  background-color:#FFFFFF;
}

.divFooter{
	border-top:solid 7px #F0F0E9;
  width:925px;
  padding:5px 0px 5px 0px; 
  text-align:center;
  color: #FFFFFF;
	font-size:12px;
	background-color:#999966;
	line-height:16px; 
}

.tblHome{
	background-color:#F0F0E9;
}

.tblHome tr td{
	vertical-align:bottom;
}

.tblContent{
	background-color:#F0F0E9;
}

.tblContent tr td{
	vertical-align:top;
}

.blueBG{
	background-color:#396478;
}

.blueNormal{
	color:#396478;
	font-weight:normal;
}

.blueBold{
	color:#396478;
	font-weight:bold;
	text-decoration:none;
}

.blueNormalLink{
	color:#396478;
	font-weight:normal;
	text-decoration:none;
}

.blueBoldLink{
	color:#396478;
	font-weight:bold;
	text-decoration:none;
	}

.whiteBoldLink{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.blueBoldULink{
	color:#396478;
	font-weight:bold;
	text-decoration:underline;
}

.blueBoldILink{
	color:#396478;
	font-weight:bold;
	font-style:italic;
}

.blueBoldIULink{
	color:#396478;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.blueNormalLink:HOVER, .blueBoldLink:HOVER, .blueBoldULink:HOVER, .blueBoldILink:HOVER, .blueBoldIULink:HOVER{
  color:#999966;
}

.oliveBG{
	background-color:#999966;
}

.oliveBold{
  color:#999966;
  font-weight:bold;
}

.pageHdr{
	background-color:#DADAC8;
	height:30px;
	vertical-align:middle;
	padding-top:15px;
	padding-left:20px;
	width:568px;
}

.tblMod{
  background-color:#DFDFCF; 
  border-top:solid 7px #F0F0E9;
}

.tblMod tr td{
  padding:10px;
  line-height:17px;
  vertical-align:top;

}
.modHeight{
  height:100px;
}