/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   padding:          0px;
   margin:           0px;
}
body, td, th, input, select, textarea {
   color:            #181818;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
a:link {
   color: #B42F2F;
}
a:visited {
   color: #4A4A4A;
}
a:hover {
   color: #181818;
}
a:active {
   color: #B42F2F;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font-weight:      normal;
   font-size:        19.5pt;
   color: #B42F2F;
   font-family:      "Times New Roman",Helvetica,sans-serif;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
}

h3 {
   font-size:        9pt;
   font-weight:      bold;
   padding:          0px 0px 10px 0px;
   margin:           0px;
}

.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;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   background:       #E0E0E0;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #F0F0F0;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
.bghead {
   background: transparent url(../images/bghead_inner.gif) repeat-x 0px 0px;
}
.bgleft {
   background: transparent url(../images/bgleft_inner.gif) repeat-x 100% 0%;
}
.bgright {
   background: transparent url(../images/bgright_inner.gif) repeat-x 0% 0%;
}
.bgcenter {
   background: transparent url(../images/bgcenter.gif) repeat-x 0px 0px;
}
.menu {
   background: #8A1B1B; 
   border-top: 1px solid #891D1D; 
   border-bottom: 1px solid #8D2222;
}
.content_a {
    color: #181818;
    background: #ffffff;
}
.foot {
   padding: 0px 15px;
}
.foot div {   
   color: #626262; 
   font-size: 8.3pt; 
   text-align: center; 
   padding: 9px 22px 11px 22px;
}