/* 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  -----------------------------------------------------*/

#pg1 #tableMain {
  background:url(images/hdgBG1.jpg) top no-repeat;
	}
#pg1 .bannerH {
	height:250px;
	}
#pg1 .divContentL {
	margin:0px 16px 0px 20px;
	}
#pg1 .divContentR {
	margin:0px 20px 0px 16px;
	}
#pg2 #tableMain {
  background:url(images/hdgBG2.jpg) top no-repeat;
	}
#pg2 .bannerH {
	height:190px;
	}
#pg2 .divContentL {
  margin:0px 32px 0px 80px;
	}
#pg2 .divContentR {
  margin: 0px 80px 0px 32px;
	}
