body {margin: 0; padding: 0; background: white; color: black; font-family: Arial, Helvetica, sans-serif;}
a:link {text-decoration: none; color:#0000CC;}
a:active {text-decoration: none; color:#0000CC;}
a:visited {text-decoration: none; color:#0000CC;}
a:hover {text-decoration: none; color:#FF0000;}
a.line:link {text-decoration: underline; color:#0000CC;}
a.line:active {text-decoration: underline; color:#0000CC;}
a.line:visited {text-decoration: underline; color:#0000CC;}
a.line:hover {text-decoration: underline; color:#FF0000;}
.dispatch {margin-top: 15px; margin-bottom: 2px; font-size: 16px; font-weight: bold; text-align: center;}
.dispatchNo {margin-top: 17px; margin-bottom: 4px; font-size: 13px; font-weight: bold; text-align: center;}
.wooieTable {border: none; width: 650px;}
.headerRow {background: #DADADA;}
.whiteRow {background: #FFFFFF;}
.altRow {background: #F1F1F1;}
.tablelabel {margin-top: 0px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px; font-size: 16px; color: white; text-align: center; font-weight: bold;}
.headerCenter {margin-top: 1px; margin-bottom: 2px; font-size: 11px; font-weight: bold; text-align: center; white-space: nowrap;}
.headerLeft {margin-left: 3px; margin-right: 3px; margin-top: 0px; margin-bottom: 1px; font-size: 11px; font-weight: bold; text-align: left; white-space: nowrap;}
.dataCenter {margin-top: 1px; margin-bottom: 2px; font-size: 11px; color: black; text-align: center;}
.dataLeft {margin-left: 3px; margin-right: 1px; margin-top: 0px; margin-bottom: 1px; font-size: 11px; color: black; text-align: left;}
.dataContact {margin-left: 3px; margin-right: 1px; margin-top: 0px; margin-bottom: 1px; font-size: 11px; color: black; text-align: left; white-space: nowrap;}
.dataComment {margin-left: 4px; margin-right: 2px; margin-top: 0px; margin-bottom: 1px; font-size: 11px; color: black; text-align: left;}
.details {margin-left: 2px; margin-right: 2px; margin-top: 1px; margin-bottom: 2px; font-size: 11px; text-align: left; white-space: nowrap;}
.backButton {margin: 5px 0; text-align: center; padding: 2px 5px;}
input.back {font-size: 13px; font-weight: bold; background: #CCC; color: #212469; border: solid 1px white; border-right: solid 1px #999; border-bottom: solid 1px #999;}
.unavailable {margin-top: 35px; margin-bottom: 50px; font-size: 12px; font-weight: bold; text-align: center;}
.footLink {margin-top: 10px; font-size: 9px; color: #666666;}
/* CONTACT US */
#contactMod {
width: 450px; 
margin: 10px auto; margin-bottom: 20px;
background: white;
border: solid 4px #212469;
}
#contactMod #header {
margin: 5px 0; padding: 0;
font-size: 16px; font-weight: bold;
text-align: center;
color: #212469;
}
#contactform {
float: left; 
margin: 0; padding: 0;
}
#contactform .field {
clear: both;
width: 442px; height: 16px;
margin: 0; padding: 1px 0 0 0;
color: black;
}
#contactform .field label {
float: left; 
width: 120px; height: 16px;
margin: 0 0 0 10px; padding: 2px 5px 2px 5px;
font-size: 12px;
text-align: right;
}
#contactform .field span.echo {
float: left;
width: 300px;
text-align: left;
font-size: 12px; font-weight: bold;
padding: 2px 0 0 0;
color: black;
}
#contactform .field input {
float: left;
width: 220px;
margin: 0; padding: 2px 0 0 0;
font-size: 12px;
}
#contactform .field input.short {
float: left; 
width: 90px;
font-size: 12px; 
margin: 0; padding: 2px 0 0 0;
}
#contactform .field input.radio {
float: left;
width: 16px; height: 16px;
margin: 3px 0 0 0; padding: 0;
}
#contactform .field textarea {
float: left; 
width: 260px;height: 40px;
margin: 0; padding: 2px 0 0 0;
font-size: 12px; 
}
#contactMod .error {
clear: both;
width: 440px; 
margin: 0 5px; padding: 0;
font-size: 13px; font-weight: bold; 
text-align: center;
color: #C00;
}
#contactform .button {
margin: 0 0 0 45px; padding: 10px 0 5px 0;
clear: both;
}
#contactform .button input {
width: 100px;
padding: 2px 5px;
font-size: 13px; font-weight: bold; text-decoration: none;
background: #212469; color: white;
border: solid 1px #999; border-right: solid 1px #666; border-bottom: solid 1px #666;
}
.clear { /* KEEPS FLOATED ELEMENTS ENCLOSED */
clear: both; 
height: 1px; 
overflow: hidden;
}
