/**********   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:        8.3pt;
}
body, td, th {
   color:            #000;
   font-size:        8.3pt;
}
a:link {
   color: #2E6140;
}
a:visited {
   color: #333333;
}
a:hover {
   color: #CE1018;
}
a:active {
   color: #2E6140;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      normal;
   font-size:        13.5pt;
   color:            #173321;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
   color:            #243F86;
}
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   **********/
.out {
   width: 779px; 
   margin: 0 auto; 
   height: 100%;
   background: transparent url(../images/bg.gif) repeat-y 0% 0%; 
}
.in {
   height: 100%;
   width: 100%;
   background: transparent url(../images/bg.jpg) no-repeat 0px 110px; 
}

.contentbox {
   vertical-align: top; 
   text-align: left;    
   padding: 0px;
   width: 100%;
}
.foot {
   text-align: center; 
   vertical-align: bottom;
}
.foot div {
   padding: 10px;
   background: #7C9083;
   color: #ffffff;
   font-size: 9pt;
   font-family: Arial;
   font-weight: bold;
}
.foot div  a, .foot div a:hover, .foot div a:link, .foot div a:active, .foot div a:visited {
   color: #ffffff;
}