form {
  margin: 0;
}
span, td, p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}
a:link, a:visited {
  text-decoration: none;
  color: #818181;
}
a:hover {
  color: #336699;
  text-decoration:underline;
}
.nav_c {
  color: #000000;
  font-weight: bold;
}
.border_t {
  border-top: 1px solid #DDDDDD;
}
.title_l {
  color: #666666;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.title_r {
  color: #666666;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.content_l {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content_r {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
select.textbox, input.textbox, textarea.textbox {
  font-family : Tahoma, Arial, sans-serif;
  font-size : 12px;
  color : #000000;
  text-decoration : none;
  border: 1px solid #D1D9BD;
}
input.button0 {
  background-color : #FFFFFF;
  background-image : none;
  border: 1px solid #CCCCCC;
  font-size : 12px;
  font-family : Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-variant : normal;
}
.lighttext {
  font-size: 8pt;
  color: #999999;
}
