/**********   COMMON STYLES   **********/
body, html {
   background:       #fff;
   width:            100%;
   height:           100%;
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, input, select, textarea {
   font-family:  Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   font-size:        9pt;
   color: #000000;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      bold;
   font-size:        11.3pt;
   color:            #0D5889;
}
.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 {
   vertical-align: top;
   text-align: left;
   background: #ffffff;
   color: #000000;
}
a:link, .content_a a:link {
   color: #0577af;
}
a:visited, .content_a a:visited {
   color: #1778C7;
}
a:hover, .content_a a:hover {
   color: #AA0F03;
}
a:active, .content_a a:active {
   color: #0577af;
}

.content_b, .content_c, .content_d, .content_e, .content_f {
   vertical-align: top;
   text-align: left;
   background: #000000;
   color: #ffffff;
}
.content_b td, .content_c td, .content_d td, .content_e td, .content_f td {
   color: #ffffff;
}

.content_f {
	text-align: center;
	vertical-align: bottom;
}

.FieldTable table.ColumnsTable .FieldTable td span, .align_top .FieldTable td, .align_top .FieldTable td b, , .align_top .FieldTable td span {
    color: #000000 !important;
}