﻿body {
    font-family: Arial, Sans-Serif;
    padding-top: 0px;
    margin-top: 0px;
}

h1 {
    color: #d54145;
    font-size: 17pt;
    margin: 0px;
    text-align: center;
    font-weight: bold;
}

h2 {
    font-family: Trebuchet MS, arial, helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    color: #345479;
}

h3 {
    color: #547499;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    font-size: 15pt;
    font-style: italic;
    
}

hr.solid {
    color: #547499;
    border: solid;
}

hr.dotted {
    color: #7494B9;
    border: dotted;
}
.unfloat {
    float: none;
    clear: both;
    zoom: normal;
}

p.title {
    color: #d54145;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

p.strong {
    font-size: 10pt;
    font-weight: bold;
}

div {
    zoom: 100%;
}
p {
    font-size: 9pt;
    color: Black;
}

img.image_link {
    border: 0px none;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    color: #224472;
}
a:hover {
    text-decoration: underline;
    color: #e24b5a;
}

a.big_link {
    font-weight: bold;
    font-size: 10pt;
}

.truck_thumbnail {
    margin-left: 3px;
    cursor: pointer;
    vertical-align: middle;
}

.error_text {
    color: #e24b5a;
    font-weight: bold;
}

.small_note {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;    
}


