#contents {
	width:600px;
	margin: 0 auto;
}

#contents a {
	color: #ff6600;
}

#contents a.bt {
	color: #ff33cc;
}

#contents h2 {
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	color: #009933;
	margin: 10px 0 20px 0;
}

#contents h3 {
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0 2px 0;
	color: #009933;
}

#contents h4 {
	font-weight: bold;
	margin-bottom: 2px;
	color: #E48600;
}

#contents h5 {
	margin-bottom: 2px;
}

#contents h6 {
	margin-bottom: 2px;
}

#contents p.lead {
	margin-bottom: 15px;
}

#contents p {
	margin-bottom: 20px;
}

#contents .no_margin {
	margin-bottom: 0;
}

#contents img.left {
	float: left;
	padding: 0 15px 10px 0;
}

#contents img.right {
	float: right;
	padding: 0 0 10px 15px;
}

#contents table {
	margin-bottom: 20px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

#contents table td {
	padding: 2px 6px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#contents ul,ol {
	margin-bottom: 20px;
}

#contents .box {
	padding: 4px 8px;
	background-color: #f8ffdd;
	border: 1px solid #d7ee7f;
	margin:4px 0  20px 0;
}

#contents div.profile {
	clear: both;
	border: 1px solid #999999;
	background-color: #FAFAFA;
	padding: 8px 10px;
	margin-bottom: 20px;
}

#contents div.profile img {
	float: left;
	padding: 4px 10px 4px 0;
}

#contents div.pagelink {
	clear: both;
	text-align: center;
	padding: 4px 0 0 0;
	border-top: 1px dotted #ed8e00;
	margin-bottom: 15px;
}