@charset "utf-8";
/* CSS Document */

#content {
	padding: 5px 10px;
}

#content_body p {
	line-height: 1.3em;
}

#content_body h1 {
	background: url(../images/h1_bk.jpg) no-repeat;
	width: 111px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 10px 0px 20px;
}

#content_body h2 {
	color: #ff920a;
	margin: 20px 0px 10px;
}

#content_body li {
	list-style-image: url(../images/list_bullet.gif);
	margin-left: 20px;
}

#content_body a {
	color: #017ff3;
}

#content_body a.top_link {
	float: right;
}
p.adminmessage {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#0066FF;
}