<style type="text/css">

body 
{
background-color: silver
}

table.specify
{
border-top-width: thick;
border-bottom-width: thick;
border-left-width: thick;
border-right-width: thick;
border-top-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-right-style: groove;
border-color: firebrick;
background-color: white;
color: red;
font: normal 14pt helvetica
}

tr.Vehicle_Type 
{
background-color: black; 
color: lightcyan; 
font: bold 24pt helvetica; 
text-align: center}

td.top
{
background-color: black;
color: white;
font: normal 12pt helvetica;
text-align: center
}

tr.lblue {background-color: lightblue}

tr.cyan {background-color: lightcyan}

a.page_link
{
color: white;
background-color: blue;
font: bold 10pt helvetica;
text-align: center;
}

td.connect
{
text-align: left;
color: blue;
font: italic 14pt helvetica
}

td.sectionhead
{
text-align: center; 
background-color: white; 
color: blue; 
font: italic 16pt helvetica
}

a:visited
{color: lightskyblue}

b 
{
font: bold 18pt helvetica;
color: blue
}

i 
{
color: red;
font: italic 16 pt helvetica
}

td.mysubheader
{
font: bold 14pt helvetica;
color: blue;
text-align: center
}

td.Msonormal
{
font: normal 10pt helvetica;
color: black;
text-align: center
}

td.leftnormal
{
font: normal 12pt helvetica;
color: black;
text-align: left
}

.style1 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #CC9933;
	font-weight: bold;
}
.style4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: xx-large; color: #333333; font-weight: bold; }
.style6 {color: #B8CBEB}

#search_form
{
background-color: lightblue
}

#contactinfo_title
{
 float: left;
 background-color: black;
 color: lightcyan;
 width: 100%
}

#contactinfo
{
 float: left;
 background-color: lightcyan;
 color: blue;
 width: 100%
}

#contactinfo_general
{
 float: left;
 background-color: lightblue;
 color: black;
 font: normal 14pt helvetica;
 width: 100%;
}

</style>