/**********   COMMON STYLES   **********/
body, html {
   width:            100%;
   height:           100%;
   padding:          0px;
   margin:           0px;
   
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color: #000;
   font-size:        9pt;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
    font-family: Georgia;
   font-weight:      normal;
   font-size:        13.5pt;
   color: #d39a3c;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   color: #d39a3c;
}

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, .content_d {
    background: #ffffff;
    color: #000;
    vertical-align: top;
    text-align: left;
}
.content_b, .content_c {
    color: #000;
    vertical-align: top;
    text-align: left;
    background: #760c5b;
}


a:link    { color: #8f1971; }
a:visited { color: #000; }
a:hover   { color: #d39a3c; }
a:active  { color: #8f1971; }

.foot, .foot a:link, .foot a:visited, .foot a:active, 
.content_c, .content_c a:link, .content_c a:visited, .content_c a:active, 
.content_b td, .content_b, .content_b a:link, .content_b a:visited, .content_b a:active  { color: #e7ec3a; }

.foot a:hover, .content_c a:hover, .content_b a:hover  { color: #fff; }

.foot {
   text-align: center;
   padding: 12px;
   font: normal 9pt Arial;
   color: #fff;
}


