/**********   COMMON STYLES   **********/
body, html {
   background:       #fff;
   width:            100%;
   height:           100%;
   padding:          0;
   margin:           0;
   text-align:       center;
}
body, td, th, input, select, textarea, h1 {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   font-size:        9pt;
   color: #292928;
}
a:link {
   color: #b42b15;
}
a:visited {
   color: #292928;
}
a:hover {
   color: #902715;
}
a:active {
   color: #b42b15;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font: normal 13.5pt Georgia;
   color:            #292928;
}
.comment {
   font-size:        7.5pt;
}
.error_text {
   font-weight:      bold;
   color:            #800000;
}
.asterisk {
   color:            #FF0000;
}
.button {
   font-family:  Verdana,Tahoma,Arial,Helvetica,sans-serif;
   color:            #000000;
}
.input {
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   font-weight:      bold;
   text-align:       center;
}

/**********   DESIGN ELEMENTS   **********/
.content_a, .content_b, .content_c {
   vertical-align: top;
   text-align: left;   
   color: #292928;
}

.foot {
    padding: 12px 10px 8px 10px;
    background: #6d1204 url(../images/bg-foot.gif) repeat-x 0 0;
    text-align: center;
}
.foot, .foot td, .foot a, .foot a:link, .foot a:active, .foot a:hover, .foot a:visited {
    color: #fff;
}

