/**********   COMMON STYLES   **********/
body, html {
   background:       #D5DABD;
   width:            100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #808567;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        8.3pt;
}
a:link {
   color: #2B5C66;
}
a:visited {
   color: #7D7D7D;
}
a:hover {
   color: #4D4C35;
}
a:active {
   color: #2B5C66;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font-weight:      bold;
   font-size:        10.5pt;
   color:            #808567;
   font-family:      Arial;
   text-transform: uppercase;
}
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   **********/
.menu {
   vertical-align: top;
}
.menu img {
   float: left;
}
.foot div {
   background: #E8EDDC;   
   border: 4px solid #ffffff;  
   padding: 14px;
   text-align: center; 
   color: #93987E;
}
.foot, .foot a, .foot * {
   color: #858A6D;
}