@CHARSET "utf-8";
body{
	margin:0;
	font-size:13px;
}

p {
	font-size:13px;
    line-height: 150%;
	margin:0;
}
hr {
	border:none;
	border-bottom:#666 dotted 1px;
}
table {
  margin: auto auto;
  width:640px;
  border-left:#CCC solid 1px;
  border-right:#CCC solid 1px;
  border-bottom:#CCC solid 1px;
  margin-bottom:10px;
}


table th {
  width: 135px;
  height: 50px;
  text-align: left;
  padding-left: 10px;
  background-image:url(images/common/bg_net.gif);
  background-repeat:repeat;
  border-right:#CCC solid 1px;
  border-top:#CCC solid 1px;
}

table td{
  padding:5px;
  vertical-align:middle;
  border-top:#CCC solid 1px;
}


h3{
	margin:0;
	border:none;
	background-image:url(images/common/bg_net.gif);
	padding:5px 5px 5px 10px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-top:#CCC solid 1px;
	font-size:16px;
}
.box{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:5px;
	line-height:1.5;
	margin-bottom:20px;
}
.box ol {
	margin:5px 0;
}

.box ol li{
	margin-bottom:5px;
}
.box p{
	padding:10px;
}
.end p{
	text-align:right;
}
