/**********   COMMON STYLES   **********/
body, html {
   background:       #99FFFF;
   width:            100%; 
   height:           100%;
   padding:          0px;
   margin:           0px;
}
body, td, th, input, select, textarea {
   color:            #000000;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
a:link {
   color: #118D00;
}
a:visited {
   color: #595858;
}
a:hover {
   color: #ff0000;
}
a:active {
   color: #118D00;
}
h1, .subname {
   padding:          0px 0px 12px 0px;
   margin:           0px;
   font-weight:      bold;
   font-size:        9.8pt;
   text-transform:   uppercase;
   color:            #8F0000;
}
h2 {
   font-size:        9pt;
   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:            #CD3635;
}
.asterisk {
   color:            #CD3635;
}
.button {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   color:            #414141;
}
.input {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   background:       #C59038;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #CDDCB3;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
#head {
   text-align: center; 
   vertical-align: top;
   background: transparent url(../images/bg_head.gif) repeat-x 0px 111px;
}
.menu {
   text-align: center; padding: 9px 0px 0px 35px;
}

.content_box {
   text-align: left;
   padding: 10px 12px;
}
#foot {
   vertical-align: bottom;   
}
#foot table {
   background: transparent url(../images/bg_foot.gif) repeat-x 0px 0px;
   width: 100%;
}
#foot div {
   padding: 0px 5px 5px 5px;
   text-align: center;
}
#foot * {
   color: #ff0000;
}