/**********   COMMON STYLES   **********/
body, html {
   background:       #ffffff;
   width:            100%; 
   height:           100%;    
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #000000;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        8.3pt;
}
a:link {
   color: #0E3F96;
}
a:visited {
   color: #757B7C;
}
a:hover {
   color: #578230;
}
a:active {
   color: #0E3F96;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font-weight:      bold;
   font-size:        9.8pt;
   color:            #465671;
   font-family:      Arial;
}
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   **********/
.menu {
   vertical-align: top;
}
.menu img {
}
.foot {
   background: #A9BEE0;
   border-left: 1px solid #888888;
   border-right: 1px solid #888888;   
   font-size: 9pt;
   font-weight: bold;
   padding: 0px 0px 2px 0px;
}
.foot div {
   background: #81C047;
   border-top: 1px solid #888888;
   border-bottom: 1px solid #888888;  
   padding: 7px 10px 8px 10px;
   text-align: center; 
}
.foot, .foot a, .foot * {
   color: #ffffff;
}