/* CSS Document */
#container {
	margin: 0px auto;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	overflow: visible;
}
h4 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #CCCCCC;
	border-left-color: #336699;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	vertical-align: middle;
	background-image: url(../img/h4-back.gif);
	background-repeat: repeat-x;
	letter-spacing: 1em;
}
p {
	text-indent: 10pt;
}
.px12 {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
h5 {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 1em;
	color: #333333;
	padding-bottom: 2px;
	clear: both;
	display: block;
	padding-top: 30px;
	margin: 0px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	margin: 10px 0px;
	line-height: 30px;
	border-top: none;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: none;
}
.contents {
	overflow: visible;
	margin: 0px;
	padding-bottom: 20px;
	clear: both;
}
.left {
	float: left;
	margin-left: 5px;
}
.right {
	float: right;
	margin-right: 5px;
}
#attention {
	border: 1px solid #F00;
	padding: 5px;
}
#attention dd {
	margin-top: 5px;
}
#attention dt {
	color: #F00;
	font-size: 110%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
