/**********   COMMON STYLES   **********/
body, html {
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #45463f;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
a:link {
   color: #012e65;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #7f5618;
}
a:active {
   color: #012e65;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      normal;
   font-size:        15pt;
   color:            #012e65;
   font-family: Georgia;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt; 
   color: #012e65;  
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;   
}

h3 {
   font-size:        9pt;
   font-weight:      bold;   
}

.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;
    text-align: left;
    vertical-align: top;
    color:            #45463f;
}

.foot, .foot a, .foot a:hover {
   color: #45463f;
}
#ajaxPostFrame {
    height: 0px;
}
