@import url(common.css);
@import url(outline.css);

/*CONTENT*/
#content h2 {
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/bar/blue.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 13px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#content dt {
	font-size: 12px;
	margin-top: 10px;
	line-height: 13px;
	background-image: url(img/base/links.png);
	background-position: left center;
	padding: 3px 3px 3px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
}

#content dd {
	font-size: 12px;
	line-height: 13px;
	margin-top: 5px;
}

#content p {
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}