/**********   COMMON STYLES   **********/
body, html {
   background:       #F5F9F6;
   width:            100%; 
   height:           100%;
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #404040;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        12pt;
}
a:link {
   color: #1F0000;
}
a:visited {
   color: #353535;
}
a:hover {
   color: #1F7A00;
}
a:active {
   color: #1F0000;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   padding:          0px 0px 15px 0px;
   margin:           0px;
   font-weight:      bold;
   font-size:        15pt;
   text-transform:   uppercase;
}
h2 {
   font-size:        13.5pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
}

h3 {
   font-size:        10pt;
   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   **********/
.head {
   vertical-align: top;
   width: 100%;
   background: transparent url(../images/head.jpg) no-repeat 0px 0px;
}
.line_head {
   background: transparent url(../images/bg_top.gif) repeat-x 0px 0px;
}

.foot {
   background: #208341 url(../images/foot_bg.gif) repeat-x 0px 0px;
}
.foot_text {
   vertical-align: top; 
   text-align: center; 
   padding: 12px 20px 5px 10px;
   width: 100%;
   font-size: 9pt;
}
.foot_text, .foot_text a, .foot_text a:hover {
   color: #ffffff;
}