/**********   COMMON STYLES   **********/
body, html {   
   padding:          0px;
   margin:           0px;
}
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: #004090;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #50202e;
}
a:active {
   color: #004090;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      bold;
   font-size:        11.3pt;
   font-family: Arial;
   color: #0289D5;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
}
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;
}
.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   **********/
.main {
   margin: 0 auto;
}
.content_a {
    width: 100%;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.foot {
   text-align: center;
   vertical-align: center;
   padding: 12px 10px 10px 10px;
   background-color: #0B8CD5;
}
.foot, .foot a, .foot a:link, .foot a:active, .foot a:hover {
   color: #ffffff;
}
