/**********   COMMON STYLES   **********/
body, html {
   background:       #ffffff;
   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: #336633;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #CE1C23;
}
a:active {
   color: #336633;
}
h1, .subname {
   padding:          0px;
   margin:           0px;
   font-weight:      normal;
   font-size:        15pt;
   color:            #000000;
   font-family:      Verdana;
}
h2 {
   font-size:        9pt;
   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:            #CD3635;
}
.asterisk {
   color:            #CD3635;
}
.button {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   color:            #414141;
}
.input {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   background:       #C59038;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #CDDCB3;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
#head img {
   margin: 16px 0px 0px 18px;
}
.content_a {
   background: #ffffff;
   text-align: left;
   vertical-align: top;
}
#foot {
   text-align: left;
   color: #626262;
   font-size: 8.3pt;
   padding: 0px 26px 20px 26px;
}
#footer * {
   color: #626262;
}
