body{
  margin: 0px;
  font-family: Arial, Helvetica, Sans-Serif;
	background-image:url(../img/bg_body.gif);
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

td{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #666666;
}

td.headline{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
}

td.navi {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
  color: #F68B1F;
	text-decoration: none;
}

a{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  color: #F68B1F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, select, textarea{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

input.btn{
	font-weight: bold;
}
