/**********   COMMON STYLES   **********/
body, html {
   width:            100%;
   height:           100%;
   padding:          0px;
   margin:           0px;
   background: #ffffff;
}
body, input, select, textarea {
   font-family:      Verdana,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color: #000000;
   font-size:        9pt;
}
form, div {
   background:       transparent;
   border:           none;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #800080;
}

h1 {
  font-size:        14pt;
  font-weight:      bold;
}

h2 {
  font-size:        12pt;
  font-weight:      bold;
}

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

.comment {
  font-size:        8pt;
}

.error_text {
  font-weight:      bold;
  color:            #800000;
}

.asterisk {
  color:            #FF0000;
}

.button {
  font:             8pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
  color:            #660000;
}

.input {
  font:             8pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.framed {
  border:           1px solid #E0E0E0;
}

.sepline {
  background:       #E0E0E0;
}

th, .header_cell {
  background:       #E0E0E0;
  font-weight:      bold;
  text-align:       center;
}

.active_cell {
  background:       #F0F0F0;
}

.td_content {
  width:            640px;
  height:           100%;
  color:            #000000;
  font:             9pt Arial;
  text-align:       justify;
  border-right:     1px solid #E5E5E5;
  padding:          20px 20px 20px 20px;
  vertical-align:   top;
}

.copy {
  text-decoration:  none;
  color:            #FFFFFF;
  font:             7.5pt Arial;
  font-weight:      normal;
  text-align:       center;
}

.subname{
  text-decoration:  none;
  color:            #000000;
  font:             15pt Arial;
  font-weight:      bold;
}

.main_table {
  height:          100%;
  width: 780px;
  margin: 0 auto;
}

.header {
  height:           97px;
  vertical-align: top;
  border-bottom:    1px solid #FFFFFF;
  background:       url('../images/header_bg.jpg') repeat-x;
}
.menu_place {
  width:            140px;
  padding:          6px 0px 6px 0px;
  vertical-align:   top;
  background:       url('../images/menu_bg.jpg') repeat-y;
}

.menu {
  width:            140px;
  vertical-align:   top;
}

.footer {
  height:           23px;
  border-top:       1px solid #FFFFFF;
  background-image: url('../images/footer_bg.jpg');
}

.content_a, .content_b {
    color: #000000;
    vertical-align: top;
    text-align: left;
}
.content_b {
    background:  #9be2ff url('../images/header_bg.jpg') repeat-x;
}