body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url();
	background-color: #2860CB;
}
.style1 {color: #FFFFFF}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.style2 {font-size: 9px}
h1
{
	font-size:9px;
}
.tdbgd{ 
background:url(/images/skds_brown.gif) repeat; 
color:#000; 
} 
.spcr1{ 
background:url(/images/main_4x1.gif) repeat; 
color:#000; 
}
.spcr3{ 
background:url(/images/main_4x3.gif) repeat; 
color:#000; 
}


<!--RATES PAGE  -->
table.rates th, table.rates td
{
font-family:"Comic Sans MS";
color:navy;
font-size:14px;
}



#contactFormContainer
            {
               position:absolute;
               left:600px;
               float:right;
            }
            #contactForm
            {
               height:277px;
               width:351px;
               background-image:url('bkg.jpg');
               display:none;
            }
 
#contactForm fieldset
            {
		padding:30px;
		border:none;
            }      
#contactForm label
            {
               display:block;
               color:#ffc400;
            }      
#contactForm input[type=text]
            {
               display:block;
               border:solid 1px #4d3a24;
               width:100%;
               margin-bottom:10px;
               height:24px;
            }  
#contactForm textarea
            {
               display:block;
               border:solid 1px #4d3a24;
               width:100%;
               margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
               background-color:#4d3a24;
               border:solid 1px #23150c;
               color:#fecd28;
               padding:5px;
            }                
            #contactLink
            {
               height:40px;
               width:351px;
               background-image:url('slidein_button.png');
               display:block;
               cursor:pointer;
            }
#messageSent
            {
               color:#ff9933;
               display:none;
            }