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

h3 {
   font-size:        9pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   color: #666;
}

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

.content_b {
    background: #74a2b9 url(../images/bg_top.gif) repeat-x 0 0;
}

a:link    { color: #044366; }
a:visited { color: #666; }
a:hover   { color: #006699; }
a:active  { color: #044366; }

.foot {
   text-align: center;
   vertical-align: bottom;
   padding: 5px;
   color: #000000;
   font-size: 8.3pt;
}

