body  {
  /* behavior:url("csshover.htc"); */
  position:absolute;
	margin: 0;
	padding: 0;
	top: 0px;
  left: 0px;
  width: 100%;
	background-color: #010080;
	height: 100%;
  border: none;
}
table#main {
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  table-layout: fixed;
  z-index: -0;

}

ul, ol, dl {position: relative; }
ul {
   margin-left: .5em;
   padding-left: .5em;
   list-style-image: url('large_bullet.jpg'); 
   }
.small { 
   list-style-image: url('small_bullet.jpg'); 
   }
.tiny { 
   list-style-image: url('tiny_bullet.jpg'); 
   }

.style1 {
	color: #FFFFFF;
	font-family: "Bodoni MT";
	font-size: 72pt;
	font-weight: bold;
	white-space: nowrap;
	left: 15%;
	    
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	left: 159px;
	top: 116px;
	font-weight: normal;
	right: 465px;
	bottom: 50px;
	width: 750px;
	position: absolute;
	white-space: nowrap;
	z-index: -1;

}
.style3 {
  color: #FF8377;
  white-space: nowrap;
}

.style4 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	/* color: #FF8377; */
	color: #FFFFFF;
	height: 12pt;
	text-decoration: none
}

.style4active {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	/* color: #FF8377; */
	color: #FF8377;
	height: 12pt;
	text-decoration: none
}

.style5 {
  padding: 20px 20px 20px 20px;
  background-color: #dcdcff;
  
}

.style6 {
  padding: 10px 10px 10px 10px;
  background-color: #b5b5ff;
  width: 100px;
}

.separator {
  padding: 0;
  height: 1px;
  background-color: #FFFFFF;
  font-size: 1pt;
}

.back A:link {
    text-decoration: none; 
    color: #000000;
    }
.back A:visited {
    text-decoration: none; 
    color: #000000;
    }
.back A:active {
    text-decoration: none; 
    color: #000000;
    }
.back A:hover {
    text-decoration: underline overline; 
    color: #000000;
    }
    
.submit {
 font-family:       Arial, Sans-serif;
 font-size:         10pt;
 font-weight:       bold;
 border-top:		1px solid #ffffff;
 border-left:		1px solid #ffffff;
 border-right:		1px solid #b5b5ff;
 border-bottom:		1px solid #b5b5ff;
 letter-spacing:    .1em;
 margin:        	0;
 padding:			3px 6px 3px 6px;
 background-color:  #dcdcff;
 color:             #000;
 cursor: pointer;
 cursor: hand;
}  