/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   background:       #ffffff;
}
body, input, select, textarea {
   font-family:      Arial,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
input, select, textarea {
   color:            #000000;
}
body, td, th {
   color:            #000000;
   font-size:        9pt;
}
a:link {
   color: #007761;
}
a:visited {
   color: #333333;
}
a:hover {
   color: #e9bd8e;
}
a:active {
   color: #007761;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname, h1 {
   font-weight:      normal;
   font-size:        19.5pt;
   color: #b68600;
   font-family: 'Trebuchet MS', Verdana;
   padding:          0;
   margin:           0;
}

h2 {
   font-size:        11.3pt;
   font-weight:      bold;
   padding:          0px 0px 10px 0px;
   margin:           0px;
   font-weight:      normal;
   font-size:        12pt;
   font-family: 'Trebuchet MS', Verdana;

   color: #007761;
}

h3 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 10px 0px;
   margin:           0px;
   color: #007761;
      font-weight:      bold;
   font-size:        9.8pt;
   font-family: 'Trebuchet MS', Verdana;

}

.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, .content_b, .content_c, .content_d, .content_e {    
    text-align: left;
    vertical-align: top;
}
.content_e p, .content_e, .content_e td, .content_e a:link, .content_e a:active, .content_e a:hover, .content_e a:visited, .content_e h2, .content_e h3,
.footer, .footer td, .footer a:link, .footer a:active, .footer a:hover, .footer a:visited {
    color: #ffffff !important;
}
.content_e, .content_e td, .footer, .footer td, .content_d th {
    text-align: center;
    background: #00765c;
    color: #ffffff !important;
	font-family: Arial;
	font-size: 9pt;
}
.footer {
	padding: 0 0 10px 0;
}
