body{
	background: url(../images/background.jpg) repeat-x #09224b;
	font-family: Arial;
	margin: 0px;
}

.white{
	background: #FFF;
}

.tr_white{
	background: url(../images/tr_white.jpg) no-repeat;
	background-position: right;
}

.r_white{
	background: url(../images/white_right.png) repeat-y;
	background-position: right;
}

.white_b{
	background: url(../images/white_b.png) repeat-x;
	background-position: bottom;
}

h1{
	font-size: 16px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #040e23;
	margin: 0px;
}

.main_text{
	color: #031736;
	font-size: 12px;
	padding-left: 25px;
}

.white_text{
	color: #FFF;
	font-size: 12px;
}

.orange_text{
	color: #ffc000;
	font-size: 12px;
}

.darkorange_text{
	color: #FF6600;
	font-size: 14px;
}

.darkorange_small{
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}

.darkorange_small:hover{
	color: #3366FF;
	font-size: 12px;
}

.lightblue_text{
	color: #3366FF;
	font-size: 16px;
}

.services_text{
	color: #031736;
	font-size: 12px;
	padding-left: 4px;
}


.gray{
	background: url(../images/g_background.png) repeat-y;
	padding-left: 20px;
	font-size: 12px;
}

ul.equipment{
	margin: 0px;
}

li a{
	text-decoration: none;
	color: #13169e;
}

li a:hover{
	text-decoration: none;
	color: #ff4400;
}

.footer{
	background: #061532;
	color: #F0F2F2;
	font-size: 10px;
}

a.footer_link{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

a.footer_link:hover{
	color: #ffc000;
	font-size: 10px;
	text-decoration: none;
}

.form_table{
	border: 1px solid #020614;
	background: #F0F2F2;
}

.form_head{
	background: #05132d;
	color: #FFF;
	font-weight: bold;
}

.req{
	font-size: 10px;
	color: #FF0000;
}

#dropmenudiv{
position:absolute;
border:1px solid #111c2e;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-family: Verdana;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #111c2e;
}

div.rotation {float: right;width: 300px;height: 224px;z-index: -100;}

