@charset "utf-8";
/* CSS Document */

#pagebody {
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: none;
}
#pagebody p {
	height: 25px;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0px;
	text-align: left;
	display: block;
	text-indent: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#pagebody p a {
	text-decoration: none;
	display: block;
	height: 25px;
	width: 180px;
	padding-top: 5px;
	margin: 0px;
}
#pagebody p a:hover {
	color: #F90;
}
