/* CSS Document */

body {
background-color: #ffffff;
background:url(images/lines.jpg);

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px 0px 0px 0px;
text-align: center;
SCROLLBAR-ARROW-COLOR: #000099;
SCROLLBAR-BASE-COLOR: #000099;
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #000099;
SCROLLBAR-3DLIGHT-COLOR: #000099;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

/* Links */

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

/* Navigation */

.mainNav
{
text-align:center;
}

/* Tables */

.table_a {

width: 900px;
/* border: 1px solid #000000; */
}


/* Rows */
.bannerRow
{
height: 100px;
background-color:#ffffff;
}

.navRow
{
/* height: 40px; */
background-color: #FFFFFF;
text-align:center;
}

.textRow
{
height: 200px;
background-color: #ffffff;
}

.pictureRow
{
/*height: 180px; */
background-color: #ffffff;
}

.footerRow
{
height: 80;
background-color: #FFFFFF;
text-align:center;
}

/* headings */

h1
{
	font-size:25px;
}

h2
{
	font-size:20px;
}

/* text control */

.divJustify
{
	text-align:justify;
}




/* Not used currently */
.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;
}
