.content {
	color: #464646;
	font-size: 11px;
}
.content .h1,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	font-weight: bold;
	color: #434343;
	padding: 0;
	margin: 0;
}
.content .h1,
.content h1,
.content caption {
	font-size: 17px;
	border-bottom: 2px solid #707070;
	padding-bottom: 12px;
	margin-bottom: 20px;
	width: 724px;
	font-weight: bold;
	text-align: left;
}

.content h2 {
	font-size: 14px;
	margin-bottom: 8px;
}
.content p {
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.content .p {
	line-height: 16px;
}
.content td p {
	margin-top: 0px;
}

.content hr {
	height: 0px;
	border-top: 1px solid #999;
	border-bottom: none;
}

.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a,
.content p a, .content .p a {
	padding-left: 15px;
	background: url(../img/content/link.gif) no-repeat;
	text-decoration: none;
	color: #464646;
}
.content a:hover {
	color: #707070;
}
.content h1 a { background-position: 0 0; }
.content h2 a { background-position: 0 0; }
.content h3 a { background-position: 0 -1px; }
.content h4 a { background-position: 0 -2px; }
.content h5 a { background-position: 0 -2px; }
.content p  a { background-position: 0 -2px; }
.content .p a { background-position: 0 -2px; }

a img { border: none; text-decoration: none; }