
h2 {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 90%;
	line-height: 150%;
}



p#read {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 80%;
	line-height: 150%;
}


p#fin {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 80%;
	line-height: 150%;
}

dl {
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

dt {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 150%;
}

ul {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 20px 0 10px 0;
}

li {
	margin-bottom: 10px;
	list-style: none outside;
	font-size: 80%;
	font-weight: bold;
}

p#footer {
	margin-top: 20px;
	text-align: right;
	font-size: 70%;
}


