/**********   COMMON STYLES   **********/
body, html {   
   width:            100%;
   padding:          0;
   margin:           0;
   text-align:       left;
   background: #f1f0f0;
}
body, input, select, textarea, td, th,
select, textarea, input {
   color: #000000;
}
a:link {
   color: #fe8701;
}
a:visited {
   color: #333333;
}
a:hover {
   color: #000000;
}
a:active {
   color: #fe8701;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font-weight:      normal;
   font-size:        15pt;
   font-family: Tahoma;
   color:            #000000;
}
h2 {
   font-weight:      normal;
   font-size:        11.3pt;
   font-family: Tahoma;
   color:            #606060;
}
h3 {
   font-weight:      bold;
   font-size:        9.8pt;
   font-family: Tahoma;
   color:            #000000;
}

.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, .content_d {
   vertical-align: top;
   text-align: left;
}

.content_d {
    background: #3a3a3a;
}
.content_d, .content_d div, .content_d p, .content_d td, .content_d th, .content_d *,
.content_d a, .content_d a:link, .content_d a:active, .content_d a:hover,.content_d a:visited {
	color: #797878;
}

.footer, .footer a, .footer a:link, .footer a:active, .footer a:hover, .footer a:visited {
	color: #797878;
}
