body{
	margin: 10px;
	padding: 10px;
}
a:hover{
	color: #ff0000;
}
a:active{
	color: #cc0000;
}
h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
	margin-top: 16px;
	margin-bottom: 5px;
	padding-top: 16px;
	color: #333300;
	border-top: dashed 1px  #999999;
}
h2.top{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #333300;
	border-top: dashed 0px  #999999;
}
h3{
	font-size: 115%;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 6px;
	color: #000000;
	border-top: dotted 1px  #999999;
}
h3.top{
	border-top: dotted 0px  #999999;
}
h4{
	font-size: 100%;
	margin-bottom: 1px;
	color: #000000;
}
p{
	font-size: 100%;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	text-align: justify;
}
table{
	width: 560px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-collapse: collapse;
}
td{
	text-align: left;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	padding: 5px 5px 2px 5px;
	vertical-align: top;
}
th{
	text-align: left;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	padding: 5px 5px 2px 5px;
	vertical-align: top;
}
ul{
	margin-top: 0px;
	line-height: 140%;
}

.foot{
	margin-top: 16px;
	margin-bottom: 5px;
	padding-top: 8px;
	font-style: italic;
	color: #000000;
	border-top: solid 1px  #999999;
}
.return{
	margin-top: 16px;
	margin-bottom: 4px;
	padding-top: 8px;
	color: #000000;
	border-top: dashed 1px  #999999;
}

.red{color: #ff0000;}
.b-red{font-weight: bold; color: #ff0000;}
.big{font-size: 120%;}
.small{font-size: 85%;}
.right{text-align: right;}
.ind3{text-indent: 3em;}
