/**********   COMMON STYLES   **********/
body, html {
   width:            100%;
   height:           100%;
   padding:          0px;
   margin:           0px;
   background: #cdcdcd;
}
body, input, select, textarea {
   font-family:      Arial,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color: #000000;
   font-size:        9pt;
}
form, div {
   background:       transparent;
   border:           none;
}
h1, .subname {
   font-weight:      normal;
   font-size:        15pt;
   font-family:      Arial;
   color: #4e4e4e;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   font-family: Arial;
   color: #5b708f;
}

h3 {
   font-size:        9pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   color: #e1403e;
}

.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, .content_b, .content_c, .content_d, .content_e, .content_f, .content_g {
    vertical-align: top;
    text-align: left;
}
a:link    { color: #5b708f; }
a:visited { color: #333333; }
a:hover   { color: #e1403e; }
a:active  { color: #5b708f; }



.footer {
	text-align: center;
    padding: 3px 10px 10px 10px;
}
.footer, .footer td {
    color: #fffefe;
	font-family: Arial !important;
    background: #010e1f;
}
.footer a:link    { color: #fffefe; }
.footer a:visited { color: #fffefe; }
.footer a:hover   { color: #fffefe; }
.footer a:active  { color: #fffefe; }

.content_g, .content_g td {
    color: #fffefe;
}
.content_g {
    background: #010e1f;
}
.content_g a:link    { color: #fffefe; }
.content_g a:visited { color: #fffefe; }
.content_g a:hover   { color: #fffefe; }
.content_g a:active  { color: #fffefe; }

