#article {
	display: inline;
	clear: left;
	float: left;
	width: 512px;
}
#article h1 {
	font-size: 24px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#article h2 {
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#article h3 {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#article h4 {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#article h5 {
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#article hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#article ol {
	font-size: 12px;
}
#article p.headline {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}
#article p.subhead {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}
#article .caption {
	font-size: 9px;
	color: #666666;
	background-color: #EFEFEF;
	padding: 10px;
/*	border-bottom: 1px dotted #DEDEDE;
	border-right: 1px dotted #DEDEDE;
	border-left: 1px dotted #DEDEDE;*/
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 12px;
}
#article p.dateposted {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 9px;
	padding-bottom: 1px;
	border-bottom: 3px solid #000000;
	text-align: right;
	font-weight: bold;
}
#article p {
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	margin: 0px 0px 12px;
}
#article blockquote {
	padding: 10px;
	float: right;
	width: 250px;
	background-color: #CCCCCC;
	margin: 0px 0px 10px 20px;
	background-image: url(_res/img/sections/news/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#article table {
	margin-bottom: 10px;
	margin-top: 10px;
}
#article table td, #article table th {
	font-size: 12px;
	padding: 5px;
}
#article table th {
	background-color: #CDCDCD;
}