/**********   COMMON STYLES   **********/
body, html {
   background:       #fff;
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color:            #000;
   font-size:        9pt;
}
a:link {
   color: #0D5889;
}
a:visited {
   color: #333333;
}
a:hover {
   color: #33612E;
}
a:active {
   color: #0D5889;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      bold;
   font-size:        11.3pt;
   color:            #0D5889;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
   color:            #303850;
}
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;
}
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   **********/
.lmenu {
width: 300px;
position: relative;
left: 260px;
text-align: justify;
}
.lmenu a {
color: white;
text-decoration: none;
font-weight: bold;
padding: 0px 20px;
} 

.out {
   width: 780px; 
   margin: 0 auto; 
   height: 100%;
}
.head td {
   background:  url(../images/bg_head.gif) repeat-x 0% 0%; 
}
.slogan {
   background: #2E75A4 url(../images/bg_slogan.gif) repeat-x 0px 0px; 
   border-bottom: 3px solid #0D5889; 
   text-align: right;
}
.menu {
   padding: 0px 15px; 
   background: #F2FAFF url(../images/menu_bg.gif) repeat-y 15px 27px;
}
.menu_item {
   padding: 37px 0px 0px 0px;
}
.menu_item img {
   margin: 0px 0px 20px 3px;
}
.content_a {
   vertical-align: top; 
   text-align: left;    
   width: 100%;
   }
.foot {
   text-align: center; 
   vertical-align: bottom;
}
td.foot {
   text-align: center;
   padding: 5px;
   color: #0E3A60;
   font-size: 8.3pt;
   background: #DFDFDF;
   font-family: Arial;
   border-top: 1px solid #A4A1A1;
}
.foot div, .foot div  a, .foot div * {
   color: #0E3A60;

