.rp {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
	border-collapse: collapse;
	color: #666;
	float: right;
}

.rp caption {
	color: #7446ab;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
}

.rp a {
	text-decoration: none;
	color: #666;
}

.rp a:hover {
	text-decoration: none;
	color: #93C;
	background: #c898ef;
}

.rp tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

.rp tr th a:hover {
	color: #fff;
	background: #369;
}

.rp thead tr th {
	background: #f0e2fb;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c898ef;
}

.rp tfoot tr th, table tfoot tr td {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c898ef;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}
.rp tfoot tr th {
	width: 25%;
}
.rp td, th {
	width: 25%;
	font-size: 12px;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rp tbody td {
	border-bottom: solid 1px #c898ef
}

