body {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border: none;
}
p,li {
	font-size: 90%;
	line-height: 135%;
	text-indent: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	font-size:120%;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:dotted 1px #ccccff;
	border-left:solid 15px #ccccff;
	margin-bottom:-5px;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}

table.tbl{
	margin-top:25px;
	border-collapse:collapse;
}
.tbl th{
	font-weight:bold;
	font-size:100%;
	text-align:center;
	background-color:#eeeeff;
	border-collapse:collapse;
	padding:3px;
	border:solid 1px #999;
}
.tbl td{
	font-size:95%;
	color:#333;
	border-collapse:collapse;
	padding:3px;
	border:solid 1px #999;
}
.foot{
	text-align:right;
	font-size:95%;
	margin-top:30px;
	margin-bottom:30px;
}
.foot a{
	text-decoration:none;
}
.foot a:hover{
	text-decoration:underline;
}
