/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       left;   
   background: #ffffff;
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color:            #003333;
   font-size:        9pt;
}
a:link {
   color: #006666;
}
a:visited {
   color: #333333;
}
a:hover {
   color: #003333;
}
a:active {
   color: #006666;
}
a img, img {
   border:           none;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      normal;
   font-size:        13.5pt;
   font-family:      Aria,Verdana,Tahoma,Helvetica,sans-serif;
   color: #003333;
}
h1 {
   font-weight:      normal;
   font-size:        13.5pt;
   font-family:      Aria,Verdana,Tahoma,Helvetica,sans-serif;
   color: #003333;
}
h2 {
   font-size:        10.5pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   color: #003333;
}

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   **********/
.content_a {
    background: #ffffff;
    color: #003333;
    text-align: left;
    vertical-align: top;
}
.content_b {    
    color: #003333;
    text-align: left;
    vertical-align: top;
}
.foot {
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
}
.foot td {
   text-align: center;
   vertical-align: middle;
   padding: 5px 10px;
   color: #060606;
   font-size: 9pt;   
   background: #d2d2d2 url(../images/bg_foot.gif) repeat-x 0% 0%;   
   width: 100%;
}
.foot th {
   padding: 0px;
   background: #d2d2d2 url(../images/bg_foot.gif) repeat-x 0% 0%;   
}
.foot a, .foot a:link, .foot a:active, .foot a:hover, .foot a:visited {
   color: #060606;
}
.foot a:hover {
    color: #060606;
}
