/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
   background:       #ffffff;
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        8.3pt;
}
body, td, th {
   color:            #000000;
   font-size:        8.3pt;
}
a:link {
   color: #E82D4A;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #4D4FBB;
}
a:active {
   color: #E82D4A;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      bold;
   font-size:        9.8pt;
   color:            #4D4FBB;
   font-family:      Arial;
}
h1 {
   font-weight:      bold;
   font-size:        11.3pt;
}
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   **********/
.out {
   width: 100%;
   height: 100%;
   background: #000000;
}
.main {
   width: 800px; 
   margin: 0 auto; 
   height: 100%;   
}

.content_a {
   vertical-align: top; 
   text-align: left; 
   padding: 0px;
   width: 100%;
}
.content_a, .content_a td {
   color: #ffffff;
}

.foot {
   text-align: center; 
   vertical-align: bottom;
}
.foot {
   padding: 12px 12px 8px 12px;
   text-align: center; 
   font-size: 8.3pt;
}
.foot div, .foot td, .foot {
   color: #ffffff;
