body {
  background-color:#000000;
  font-size:12pt;
  font-family:Verdana, Arial, Sans-Serif;
  color:#000000;
  padding:0px;
  margin:0px;
}

a {
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#000000;}
a:hover {
  color:#000000;}
a:active {
  color:#000000;}
  
img, img a {
  border:none;
}

h1 {
  font-size:14pt;
  text-transform:uppercase;
  padding:0px 0px 10px 0px;
  margin:0px;
  text-align:center;
}

h2 {
  font-size:14pt;
  font-weight:normal;
  padding:5px 10px;
  margin:0px;
}

h3 {
  font-size:13pt;
  font-weight:normal;
  padding:5px 10px;
  margin:0px;
}

#outer {
width:100%;
margin:0px 0px 0px 0px;
  border-left:0px solid #ffffff;  /* color of the left column  */
}

#banner, #left, .infoCenter {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}