/* CSS Document */

body {
	margin: 0px;
}
wrapper {
  display:block;
  }
#pgOuter {
  margin:0 auto;
  }
	
body, table, td, p {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#666666;
  }
h1, h2, h3, h4 {
  color: #999999;
  }
td {
  vertical-align:top;
	text-align:left;
	padding:0px;
	}
p {
	margin-top:0px;
	margin-bottom:8px;
	}
	
.tdBanner {
	vertical-align:middle;
	padding:0px;
	}
.tdBanner img {
	margin-top:4px;
	margin-bottom:8px;
	}
.tBanner {
  font-size:12px;
	margin-top:18px;
	margin-left:18px
	}

.divContentL ul, .divContentR ul {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 14px;
	padding-left:0px;
	}
.divContentL li, .divContentR li {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	padding:0px;
	vertical-align:top;
	line-height:1.2em;
	}
		
.errorRed {
  color:#FF0000;
	}	

/* from micro2\micro.css */
a {
  color:#999999;
  text-decoration: none;
  }
a:hover {
  text-decoration:underline;
  }
	
/* PAGE-SPECIFIC styles  -----------------------------------------------------*/

#tableMain {
  background:url(images/hdgBG.jpg) top no-repeat;
	}
#tableMain2 {
  background:url(images/hdgBG6.jpg) top no-repeat;
	}
.middle {
	vertical-align:middle;
}
	
#tableMain .bannerTxt {
	margin-left: 285px; margin-top:90px;
	}
	#pg1 #tableMain .bannerTxt {
		background:url(images/hdgBG_txt1.gif) top no-repeat;
		}
	#pg2 #tableMain .bannerTxt {
		background:url(images/hdgBG_txt2.gif) top no-repeat;
		}
.bannerH {
	width:435px;
	height:175px;
	}
.divContentL {
	margin:0px 16px 0px 20px;
	}
.divContentR {
	margin:0px 20px 0px 16px;
	}