.content {
	float:right;
	width:676px;
	margin:21px 0 0 0;
	line-height:16px;
}
.content .head {
	margin:12px 3px 20px 0;
}
.content p {
	margin:0 0 15px 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin:0 0 15px 0;
	font-family:'trebuchet ms', sans-serif;
	font-weight:100;
	color:#85542f;
}
.content h1 {
	font-size:22px;
}
.content h2 {
	font-size:20px;
}
.content h3 {
	font-size:18px;
}
.content h4 {
	font-size:16px;
}
.content h5 {
	font-size:14px;
}
.content h6 {
	font-size:12px;
}
.content p.img {
	border:1px solid #e2e2e2;
}
.content p.img.left {
	float:left;
	margin:0 12px 12px 0;
}
.content p.img.right {
	float:right;
	margin:0 0 12px 12px;
}
.content p.img img {
	margin:3px;
}
.content ul,
.content ol {
	margin:0 0 15px 0;
}
.content ul li {
	margin:0 0 0 20px;
	list-style-type: disc;
}
.content ol li {
	margin:0 0 0 20px;
	list-style-type: decimal;
}
.content table {
	margin:0 0 15px 0;
}
.content table {
	border-collapse:collapse;
}
.content table th {
	padding:4px 6px;
	border:1px dashed #b8b8b8;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.content table td {
	padding:2px 5px;
	/*border:1px dashed #b8b8b8;*/
	font-size:13px;
	/*text-align:left;*/
}
.content table .left {
	text-align:left;
}
.content table .right {
	text-align:right;
}
.content table .center {
	text-align:center;
}
