body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:100%;
  overflow: hidden;
  }

a:link {
	text-decoration: none;
	color:#707070;
	}
a:hover {
	color:#a5a5a5;
	}
a:visited {
	text-decoration: none;
	color:#202020;
	}

#comingSoon {
  position:absolute; 
  top:0px; 
  left:0px; 
  width:800px; 
  height:566px; 
  overflow:none;
  background-image:
	url('images/comingSoon.jpg');
  }

#csContact {
  position:relative; 
  top:400px; 
  left:250px; 
  width:300px; 
  height:275px; 
  overflow:none;
  }

#rightColumn {
  position:absolute; 
  top:0; 
  right:5px; 
  width:267px; 
  height:100%; 
  overflow:none; 
  background:#393939;
  background-image:
	url('images/bg_right_tiltedGlass.gif');
  color:#000000;
  }

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

h1 {
	font-size:14pt;
	font-stretch:expanded;
	font-style:italic;
	text-align:center;
	color:#FF0000;
   }

h2 {
	font-size:10pt;
	font-style:italic;
	text-align:center;
	color:#5e5e5e;
	margin-top:-20px;
   }

h3 {
	font-size:8pt;
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	text-align: justify; 
   }

form_heading {
	font-size:8pt;
	color:#FFFFFF;
	text-align: center; 
   }

.nav_hp {
	font-size:12pt;
	color:#c0c0c0;
	text-align:center;
	font-weight:bolder;
	font-variant:small-caps;
   }