@charset "utf-8";

.section	{
	clear: both;
	margin: 15px 0 10px 0;
	padding: 0;
	background: #eee url(../images/h2bg.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#pagebody h2	{
	margin: 10px 0;
	padding: 5px 0 3px 20px;
	background: none;
	border-bottom: 2px solid #07c;
	color: #666;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0;
	text-shadow: 2px 2px 4px #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#pagebody h3	{
	margin: 6px 0;
	padding: 0 0 0 20px;
	color: #333;
	font-size: 115%;
	font-weight: bold;
	line-height: 120%;
}

.section:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
.section	{
	display: inline-table;
}

.section p	{
	margin: 0 20px;
	line-height: 135%;
	/*text-indent: 1em;*/
}
.section p.go2page	{
	text-align: right;
	margin-top: 5px;
	font-size: 90%;
}

.section p.obc	{
	margin-top: 5px;
	font-size: 90%;
	line-height: 125%;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
.section img	{
	margin: 0;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
}
#sys img	{
	float: left;
	padding: 0 20px 0 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

#dtp img	{
	float: right;
	padding: 0 0 0 20px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

/*	a:hover img	{
	background: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}	*/
