body {margin: 0; padding: 0; font-size: 12px; font-family: verdana; color: #1F2045 }

a:LINK, a:VISITED {
  text-decoration: none;
  color: #fff799;
}

a:HOVER, a:ACTIVE {
  text-decoration: underline;
  color: #FFFFFF;
}

a.und:LINK, a.und:VISITED {
  text-decoration: none;
  color: #4a7b83;
}

a.und:HOVER, a.und:ACTIVE {
  text-decoration: underline;
  color: #375b61;
}

.main {
  text-align : justify;
  color: #FFFFFF;
  padding:24px;
}


p.header {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff799;

}

p.text {
  text-indent: 24px;
  color: #FFFFFF;
}

p.norm_text {
  color: #FFFFFF;
}

.ptable {
  border: 1px solid #FFFDE8
}


.ptable_head{
  font-weight: bold;
  padding: 4px;
}

.ptable_capt{
  font-size: 11px;
  padding: 4px;
  text-align: center;
  background-color: #375b61;
  border-bottom: 1px solid #4a7b83;
  border-right: 1px solid #4a7b83;
}

.ptable_main{
  font-size: 11px;
  padding: 4px;
  background-color: #426d74;
  border-bottom: 1px solid #4a7b83;
  border-right: 1px solid #4a7b83;
}

.undeground {
  padding:8px;
  font-family : Verdana;
  font-size : 10px;
  text-align: left;
  color: #666666;
  vertical-align:top;
}


