/* CSS Document */
#article {

}
.article .title {
	font-size:14px;
	line-height:18px;
	color:#333333;
	margin-right:17px;
	margin-left:17px;
	font-weight:bold;
}
.article .date {
	font-size:10px;
	margin-left:17px;
	display:inline;
}
.article .category {
	font-size:10px;
	padding-left:10px;
	display:none;
}
.article .contents {
	padding-top:10px;
	clear:left;
}
#content #stumps{
	list-style-type:none;
	margin-left:0px;
}
#secondaryText h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #174486;
	margin-right: 17px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:left;	
}
.stump {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:17px;
	text-align:left;
}
.stump .date {
	font-size:10px;
	font-weight:bold;
	display:block;
	padding-top:1px;
	text-transform:uppercase;
}
.stump .contents {
	font-size:11px;
	line-height:14px;
	padding-top:3px;
	display:block;
	color:#222222;
}
.stump .more {
	font-size:10px;
	font-weight:bold;
	display:block;
	text-align:right;
	text-transform:uppercase;
	padding-bottom:9px;
}
.stump a:link, .stump a:visited {
	text-decoration: none;
	color: #0076F4;
	font-weight: bold;
}
.stump a:hover, .stump a:active {
	text-decoration: underline;
}