/**********   COMMON STYLES   **********/
body, html {
   background:       #ffffff;
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, input, select, textarea {
   font-family:      Tahoma,Verdana,Arial,Helvetica,sans-serif;
   font-size:        8.3pt;
}
body, td, th {
   color:            #000000;
   font-size:        8.3pt;
}
a:link {
   color: #001674;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #305AA7;
}
a:active {
   color: #001674;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      normal;
   font-size:        13.5pt;
   text-transform: uppercase;
   color:            #6E7B04;
   font-family: Tahoma;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
}
h2 {
   font-size:        9.8pt;
   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:            #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_a p, .content_a td, .content_a th {
   color: #292E82;
}
.content_a {
vertical-align: top;
   padding: 0px 12px 0px 7px;
}
.content_a a:link {
   color: #001674;
}
.content_a a:visited {
   color: #666666;
}
.content_a a:hover {
   color: #305AA7;
}
.content_a a:active {
   color: #001674;
}
.foot {
   color: #663300;   
   vertical-align: bottom;
   background: #6E7B04;
   text-align: center;
   padding: 3px 7px 5px 7px;
}
.foot a, .foot a:hover, .foot a:link, .foot a:active, .foot a:visited, .foot {
   color: #ffffff;
}
