h3 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px 15px 15px 10px;
	font-size: 90%;
	color: #333333;
	background-image: url(../image/title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #BABCBE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
	text-align: left;
}
.align-right {
	text-align: right;
}
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.align-center {
	text-align: center;
}
div.list table{
	margin: 20px;
	padding: 7px;
	border: 1px solid #999999;
	background-color: #f1f1f1;
}
div.list th {
	font-size: 75%;
	background:#666666;
	color: #FFFFFF;
	padding: 5px;
	margin: 20px;
}
div.list td {
	font-size: 75%;
	color: #666666;
	background:#FFFFFF;
	padding: 5px;
	margin: 20px;
}

#footer {
	background-image: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 60px 20px 0px 0px;
	padding: 0px;
	height: 70px;
	clear: both;
	text-align: right;
	background-color: #FFFFFF;
}
#footer #btn_pagetop {
	width: 135px;
	padding: 15px 0px 15px 15px;
	float: right;
}