h3 {
	font-size: 1.2em;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents td {
	font-size: 0.9em;
	line-height: 140%;
}
#contents th {
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
}
#contents li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.error {
	background-image: url(../images/error_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: none;
}
.bottom20 {
	margin-bottom: 20px;
}
.red {
	font-weight: bold;
	color: #990000;
}
