﻿body {
    background: #ffffff url(img/bg.gif) top center repeat-y;
    color: #404040;
    font: 76% Verdana,Arial,Tahoma,sans-serif;
    margin: 0 auto 1.4em auto;
    padding: 0;
}

.order li {
    display: block;
    float: left;
    height: 225px;
    width: 165px;
    border: solid 5px #E5E5E5;
}

.progress li {
    display: block;
    float: left;
    height: 16px;
    width: 126px;
    border: solid 4px #E5E5E5;
    text-align: center;
    color: gray;
    text-decoration: none;
}

    .progress li span {
        color: #333333;
        font-weight: bolder;
        text-decoration: none;
    }

.menuFont {
    color: #333333;
    text-decoration: none;
    font-size: 10pt;
}

.printButton {
    border: solid 4px #E5E5E5;
    text-align: center;
    color: #333333;
    text-decoration: none;
    font-size: 10pt;
    float: right;
    margin-right: 10px;
}

.sectionlabel {
    color: #CC3300;
    margin-left: 10px;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}

#footer {
    margin: 0px auto 0px 40px;
    width: auto;
    background: url(images/image04.jpg) no-repeat left top;
    height: 70px;
    color: #000000;
    font-size: 11px;
    float: left;
}
