/* CSS Document */

body {
background-color: #000000;
background-image: url(images/page_background.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
text-align: center;
SCROLLBAR-ARROW-COLOR: #0099ff;
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #0099ff;
SCROLLBAR-3DLIGHT-COLOR: #FCFCFC;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #0099ff;
}

/* Links */

a:link {
	text-decoration: underline;
	color: ececec;
}
a:visited {
	text-decoration: underline;
	color: ececec;
}
a:hover {
	text-decoration: none;
	color: #ececec;
}
a:active {
	text-decoration: underline;
	color: ececec;<br>
}

/* Tables */

.table_a {
width: 900px;
border: 1px solid #0099ff;
}

.table_b {
width: 900px;
}
.table_background
{width: 900px;
background-image: url(images/bodybackground.jpg);
height: 277px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.table_filler
{
width: 900px;
height: 300px;
background-color: #000000;
text-align: center;
}

.page_header
{padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.table_text_main
{width: 750px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
}

.table_fleet_text
{width: 700px;
border: solid #0099ff 1px;
padding: 5px 15px 5px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.table_image_main
{width: 900px;
border: 1px solid  #0099ff;
border-left: 0px;
border-right: 0px;
}

.table_footer {
width: 900px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-align: center;
background-color: #003366;
}

.table_footer_2 {
width: 900px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-align: center;
background-color: #003366;
border-top: solid 1px #0099ff;
}