@charset "UTF-8";
body {
	background-color: #D9D7C5;
	background-image: url(../_ASSETS/bkgd.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #6D7069;
}
a:visited {
	color: #6D7069;
}
a:hover {
	color: #A0A29D;
	text-decoration: underline;
}
.container {
	height: auto;
	width: 740px;
	margin-left: -370px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(../_ASSETS/bkgd_container.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6{
  font-family: Times New Roman, Times, serif;	
}
h1{
  color: #6D7069;
  font-size: 24px;
}

h2{
  font-size: 16px;
  color: #3f3f3f;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3{
  font-size: 18px;
}
h4{
  font-size:12px;
}


/*.TEXT_Title, h1 {
	font-size: 24px;
}*/
.nav {
	width: 700px;
	text-align: center;
	height: 27px;
}
.col1 {
	float: left;
	height: auto;
	width: 314px;
	background-image: url(../_ASSETS/bkgd_col1.jpg);
	background-repeat: no-repeat;
}
.spacer {
	clear: both;
}
.col2 {
	float: left;
	height: auto;
	width: 386px;
	background-image: url(../_ASSETS/bkgd_col2.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	text-align: justify;
	padding-top: 21px;
}
p {
  color: #333333;
  font: 12px/17px Arial, Helvetica, sans-serif;
  margin: 10px 0;
}
.footer_hm {
	height: auto;
	width: 740px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
  ;
	background-color: #D9D7C5;

}
.footer_hm p {
	font-size: 10px;
	color: #6D7069;
}	
.footer {
  width: 740px;
	background-image: url(../_ASSETS/bkgd_foot.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	background-color: #D9D7C5;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.footer p {
	color: #6D7069;
	font-size: 10px;
}
  
.CELL_Req {
	background-color: #FFFF99;
	width: 250px;
}
.CELL_Normal {
	background-color: #FFFFFF;
	width: 250px;
}
.Text_11pt {
	font-size: 11px;
}
.Flash_Hm {
	height: 500;
	width: 745px;
	margin-left: -372.5px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.col2a {
	float: left;
	height: auto;
	width: 390px;
	background-image: url(../_ASSETS/bkgd_col2a.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	padding-top: 21px;
	padding-right: 130px;
}
.col1a {
	float: left;
	height: auto;
	width: 180px;
	background-image: url(../_ASSETS/bkgd_col1.jpg);
	background-repeat: no-repeat;
}.no-border {
	border-style: none;
}

.float_rt_pad{
  float: right;
  padding: 0 0 10px 10px;
}
