td {
    text-align: left;
    vertical-align: top;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
}

a {
    text-decoration: underline;
    color: #FFFFFF;
}

body {
    margin: 0px;
    padding: 0px;
}

.copy {
    font-family: Arial;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.blue {
    color: #000000;
}

.red {
    color: #742C15;
    font-size: 11px;
}

.white {
    color: #FFFFFF;
}

.small {
    font-size: 11px;
}

.gray {
    color: #6E6D6C;
    font-family: tahoma;
    font-size: 11px;
}

a:hover {
    text-decoration: underline;
}

#under {
    text-decoration: underline;
}

input.button {
    background-color: #000000;
    border: thin solid #6E6D6C;
    color: #FFFFFF;
    font-size: 16px;
    font-family: tahoma;
}

/* CSS for the common forms */

legend {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

div#quoteFormWrapper {
    text-align: center;
    width: 520px;
    height: 400px;
}

div#quoteFormDiv {
    margin: 0px auto;
    text-align: left;
    width: 410px;
    height: 400px;
}

div#contactFormWrapper {
    text-align: center;
    width: 520px;
    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: 250;
}

div.wrapperOrderRight {
    float: left;
    width: 250;
}

div.formRow {
    float: left;
    clear: both;
    width: 250px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 12px;
}

div.inputLabel {
    float: left;
    width: 100px;
    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: 145px;
    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;
