P {
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
}

td {
    font-family: arial;
    font-size: 10px;
    color: #99A7BB;
}

A {
    text-decoration: underline;
    color: #32679C;
    font-size: 10px;
    font-family: arial;
}

a:visited {
    color: #32679C;
}

a:hover {
    color: red;
}

a.white {
    color: #ffffff;
}

a.white:visited {
    color: #ffffff;
}

a.footer {
    color: #000000;
    font-size: 11px;
}

a.footer:visited {
    color: #000000;
}

.bold {
    font: 900;
}

input.track {
    border: solid 1pt #000000;
}

input.orderForm {
    border: solid 1pt #000000;
}

input.trackingForm {
    border: solid 1pt #000000;
}

input.contactForm {
    border: solid 1pt #000000;
}

textarea.contactForm {
    border: solid 1pt #000000;
}

select.orderForm {
    width: 203;
}

table.mainBorder {
    border: solid 1pt #000000;
}

/* CSS for the common forms */

legend {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

div#quoteFormWrapper {
    text-align: center;
    width: 685px;
    height: 400px;
}

div#quoteFormDiv {
    margin: 0px auto;
    text-align: left;
    width: 410px;
    height: 400px;
}

div#contactFormWrapper {
    text-align: center;
    width: 685px;
    height: 250px;
}

div#contactFormDiv {
    margin: 0px auto;
    text-align: left;
    width: 410px;
    height: 250px;
}

div#wrapperStateBoundary {
    width: 390px;
    margin: 0px auto;
    text-align: center;
}

div.labelStateBoundary {
    float: left;
    padding: 5px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

div.wrapperOrderLeft {
    float: left;
    width: 320;
}

div.wrapperOrderRight {
    float: left;
    width: 320;
}

div.formRow {
    float: left;
    clear: both;
    width: 290px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 12px;
}

div.inputLabel {
    float: left;
    width: 105px;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

div.inputItem {
    float: left;
    clear: right;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 160px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

input, select, textarea /*, option*/
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

.quoteOutputDiv {
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

.quoteOutputLabel {
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

.quoteLink {
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;
}

img {
    border: 0px;
