/**********   COMMON STYLES   **********/
body, html {
   background:       #3B3E3E;
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #181818;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
a:link {
   color: #02602F;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #B02023;
}
a:active {
   color: #02602F;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      normal;
   font-size:        12pt;
   color:            #B02023;
   text-transform: uppercase;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;   
}
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   **********/
.out {
   width: 100%; 
   height: 100%;
   background:       #3B3E3E url(../images/bg.gif) repeat-x 0px 0px;
}
.main {
   width: 766px; 
   margin: 0 auto; 
   height: 100%;
   background: #ffffff;
}

.menu {
   text-align: center;
   white-space: nowrap;
   background: #2A2A2A url(../images/bgmenu.gif) repeat 0px 0px;
   height: 37px;
}

.foot td {
   text-align: center; 
   padding: 10px 30px;
   color: #000000;
   font-size: 8.3pt;
   border-top: 1px solid #3B3E3E;
}
.foot, .foot a, .foot * {
   color: #8C8F92;
}