.small_gray_text {
    color: gray;
    font-size: 13px;
}

.trademark_text {
    color: gray;
    font-size: 11px;
}

.error_message {
    color: red;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.gray_bg {
     background-color: #cccccc
}

.mailing_addr {
    padding-left:20px;
}

H1 {
    margin-top:5px;
    line-height:120%;
    font-size: 16pt; 
    color: #565B74;
}

H1 A:link {text-decoration: none; color: blue;}
H1 A:visited {text-decoration: none; color: blue;}
H1 A:active {text-decoration: none; color: blue;}
H1 A:hover {text-decoration: none; color: grey;}

H2 {
    font-size: 14pt; 
    color: #565B74;
}

H2 A:link {text-decoration: none; color: blue;}
H2 A:visited {text-decoration: none; color: blue;}
H2 A:active {text-decoration: none; color: blue;}
H2 A:hover {text-decoration: none; color: grey;}

H3 {
    font-size: 12pt; 
    color: #565B74;
}

H3 A:link {text-decoration: none; color: blue;}
H3 A:visited {text-decoration: none; color: blue;}
H3 A:active {text-decoration: none; color: blue;}
H3 A:hover {text-decoration: none; color: grey;}

ul.toolbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 13px;
}

ul.toolbar li{
    background-position: 0% 100%;
    border-left: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}

ul.toolbar A:link {text-decoration: none; color: blue;}
ul.toolbar A:visited {text-decoration: none; color: grey;}
ul.toolbar A:active {text-decoration: none; color: blue;}
ul.toolbar A:hover {text-decoration: none; color: grey;}

.hp_nav_box_gradient
{
    background-image:url(/images/nav/center_box_gradient.jpg);
    background-repeat:repeat-x;
    background-position:top left;
}

.hp_truck_background
{
    background-image:url(/images/nav/truck_background.gif);
    background-position:top left;
}
