body {
    background-image: url(img/ground.gif);
    background-repeat: repeat-x;
    background-color: #F26520;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 12pt;
}

.main_panel {
    padding: 12px;
    color: #00375C;
    line-height: 150%;
}

.main_panel h1 {
    color: #ffffff;
    font-family: Rockwell, Times New Roman, Times, serif;
    font-size: 24pt;
    font-weight: bold;
    font-variant: small-caps;
}

.main_panel a:link {
    color: #ffffff;
}
.main_panel a:visited {
    color: #ffffff;
}
.main_panel a:active a{
    color: #ffffff;
}

.db_panel {
    font-size: 10pt;
    padding: 6px;
    color: #00375C;
}

.db_panel h1 {
    text-align: center;
    color: #ffffff;
    font-family: Rockwell, Times New Roman, Times, serif;
    font-size: 24pt;
    font-weight: bold;
    font-variant: small-caps;
}

.db_panel a:link {
    color: #ffffff;
}
.db_panel a:visited {
    color: #ffffff;
}
.db_panel a:active a{
    color: #ffffff;
}

.side_panel {
    padding: 12px;
    color: #00375C;
}

.side_panel a:link {
    color: #ffffff;
}
.side_panel a:visited {
    color: #ffffff;
}
.side_panel a:active a{
    color: #ffffff;
}

.warning {
    font-weight: bold;
    color: red;
    text-decoration: blink;
}

.notrequired {
    font-weight: normal;
}

.required {
    font-weight: bold;
}

.product_table {
    padding-left: 12px;
    padding-bottom: 12px;
}

.preview {
     font-family: sans-serif;
     color: #000000;
     background-color: #ffffff;
     margin: 4px auto;
     padding: 6px;
     border: 1px  solid  black;
 }

.footer {
    font-size: small;
    color: #000000;
}

.footer a:link {
    color: #005996;
}
.footer a:visited {
    color: #005996;
}
.footer a:active a{
    color: #64B4E4;
}