﻿body {
    background-color: #571600;
    background-image: url(../../images/page_bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
}


a {
    color: #073181;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 17pt;
    color: #571600;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 8px;
    margin: 0px;
    font-weight: normal;
}

h2 {
    padding-top: 20px;  
    padding-bottom: 0px;
    margin: 0px;
    font-weight; normal;
    font-size: 15pt;
    color: #db2437;
    text-align: center;    
}


.unfloat {
    float: none;
    clear: both;
}

.div_caption {
    background-image: url('../../images/caption_box.png');
    background-repeat: no-repeat;    
    width: 543px;
    height: 27px;
    padding-left: 26px;
    padding-top: 9px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt;    
    color: #571600;
}

.error_text {
    color: #cc0000;
    font-weight: bold;
    
}

.watermark_textbox {
    color: #888888;
}