/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
}
body, input, select, textarea {
   font-family:      Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        8.3pt;
}
input, select, textarea {
   color:            #000;
}
body, td, th {
   color:            #496149;
   font-size:        8.3pt;
}
a:link {
   color: #91722b;
}
a:visited {
   color: #333;
}
a:hover {
   color: #000;
}
a:active {
   color: #91722b;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname, h1 {
   font-weight:      normal;
   font-size:        16.5pt;
   color: #496149;
   font-family: Arial;
}

h2 {
   font-weight:      bold;
   font-size:        12pt;
   color: #333333;
   font-family: Arial;

}

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   **********/
.content_a {    
    color: #496149;
    background: #d6d6d6;
    text-align: left;
    vertical-align: top;
}
.content_b {
    color: #fff;
    background: #1f62b8 url(../images/head_bg.gif) repeat-x 0 0;
    text-align: left;
    vertical-align: top;    
}
.content_b, .content_b td, .content_b th, .content_b a, .content_b a:link, .content_b a:active, .content_b a:hover, .content_b a:visited {
    color: #fff;
}
.content_c {
    color: #000;
    background: #5f7759 url(../images/bg_left.gif) repeat-y 0 0;
    text-align: left;
    vertical-align: top;    
}
.content_c, .content_c td, .content_c th, .content_c a, .content_c a:link, .content_c a:active, .content_c a:hover, .content_c a:visited {
    color: #000;
}
.content_d {    
    color: #496149;
    background: #f0f0f0;
    text-align: left;
    vertical-align: top;
}

.foot {
   text-align: center;  
   vertical-align: middle;
   padding: 5px 15px 15px 15px; 
   color: #000;  
   font-size: 8.3pt; 
}
.foot a, .foot a:link, .foot a:active, .foot a:hover, .foot a:visited, .foot {
    color: #000;
}