	
A:HOVER, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
  text-decoration : none ;
  color : #606060;
}

A:HOVER {
	text-indent : 5px;
	font-weight : bold;
	font-style : italic;
	color : #8080ff;
}

.menutext {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .85em;
	font-weight : bold;
	color : #606060;
	text-align : left;
  line-height: 1.5em;	
}
	
.bodytext {
  font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size : .85em;
  font-weight : normal;
  color : #606060;
  text-align : justify;
}

.bodysmall {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .75em;
	font-weight : normal;
	color : #606060;
	text-align : justify;
}

.bullettext {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .90em;
	font-weight : bold;
	color : #606060;	
	text-align : left;
}

.bulletbody {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .85em;
	font-weight : normal;
	color : #606060;
	text-align : justify;
  margin-left:.10em; 
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.8em;
	font-weight : bold;
  color: #606060; 
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	font-weight : bold;
  color: #606060;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight : bold;
  color: #606060;
}

hr {
 color:#c0c0c0;
}

.initialcaps {
  font-size : 1.8em;
}

P {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .75em;
	font-weight : normal;
	color : #606060;
	text-align : justify;
}

.smalltext {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .6em;
	font-weight : normal;
	color : #606060;
	text-align : left;
}

 BODY {
  top: 0px; 
	left: 0px; 
	background-repeat : no-repeat;
 	margin:0;
 	padding:0;
 }

.topBanner {
 position:absolute;
 top : 30px; 
 left : 7px;
 width:100%;
 height:150px;
 padding:10px;
 margin:0;
 background-color:none;
 color:white
}
  .leftCol {
   position:absolute;
   top:190px;
   left:10px;
   width:325px;
   padding:10px;
   margin:0;
   background-color:none;
   color:white;
  }
 .rightCol {
 	position:absolute;
 	top:150px;
 	right:0px;
 	width:10px;
 	padding:10px;
 	margin:0;
 	background-color:none;
 	color:#c0c0c0;
	cursor:crosshair; 
 }

.centerCol {
  margin-top: 230px;
  margin-right: 15%;
  margin-bottom: 50px;
  margin-left: 350px;
	height : 100%;
}

.enqbox {
background-color : #c0c0c0;
border : 2px solid Gray;
padding : 20px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : .8em;
font-style : normal;
font-weight : bold;
text-align : left;
height : 52.2em;
width : 34.5em;
position : absolute;
top : 25em;
left : 26.5em;
float : none;
}

.tlcorner {
 position:relative; 
 top:-22px; 
 left:-22px;
}

.trcorner {
  position:relative; 
	top:-42px; 
	left:34.7em;
}

.blcorner {
 position:relative; 
 top:49.23em; 
 left:-22px;
}

.brcorner {
 position:relative; 
 top:47.66em; 
 left:34.7em;
}

.buttons {
 padding-right:28%; 
 padding-top:3em;
}

.box {
background-color : #c0c0c0;
border : thin solid Gray;
padding : 20px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : .8em;
font-style : normal;
font-weight : bold;
text-align : left;
height : 56.1em;
width : 38em;
position : absolute;
top : 25em;
left : 26.5em;
float : none;
}


.littlebox {
	background-color : Silver;
	border : thin solid Gray;
	padding : 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	vertical-align : middle;
	height : 2em;
}

.formtext {
	font-family : Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : .9em;
	font-weight : normal;
	color : #606060;
	text-align : right;
}

.helpbutton {
  position:relative; 
	top:-80px; 
	left:28em;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #e0e0e0;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}