#CENTER h2 {
	margin-top: 20px;
}
#CENTER h2.title1 {
	margin-top: 0px;
}
#CENTER .small {
	font-size: x-small;
}
#CENTER .float_right {
	margin-left: 10px;
	margin-bottom: 10px;
}
#CENTER .box {
	border: 1px solid #999;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	clear: both;
}
#CENTER .box h3 {
	color: #060;
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #060;
	padding-left: 5px;
}
#CENTER ol {
	margin-right: 15px;
	margin-left: 30px;
	padding: 5px;
}
#CENTER ol li {
	font-size: 103%;
	color: #383636;
	margin-bottom: 7px;
	list-style-type: decimal;
	list-style-position: outside;
	font-weight: normal;
}
#CENTER ul {
	margin-right: 15px;
	margin-left: 30px;
	padding: 5px;
}
#CENTER ul li {
	font-size: 103%;
	color: #383636;
	margin-bottom: 7px;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
}
#CENTER .box h4 {
	margin-top: 15px;
}
#CENTER .box2 {
	background-color: #FFC;
	padding: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#CENTER .box2 h3 {
	color: #C30;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C30;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#CENTER strong {
	color: #F60;
}

