.article .big {
	font-size: 19px;
}

.article .normal {
	font-size: 14px;
}

.article .small {
	font-size: 12px;
}

.articleCaption {
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.articleForm {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.articleHr {
	background-image: url(../images/hr.gif);
	background-position: center center;
	background-repeat: repeat-x;
	height: 1em;
	display: block;
	width: 100%;
	clear: both;
	float: none;
}

.articleLeft {
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.articleMain {
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.articlePublishDate {
}

.articleShort {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.articleWideShort {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.articleWideShort h1 {
	color: #00882d;
	font-weight: 400;
	font-size: 24px;
}

.articleWideShort h3 {
	color: #999999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 6px;
}

a {
	color: #0970b3;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.anchor {
	text-decoration: none;
}

a.anchor:hover {
	text-decoration: none;
}

div.articleHr hr {
	display: none;
}

h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	color: #0970b3;
}

h2 {
	font-weight: 600;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: #0970b3;
	margin-bottom: 8px;
}

h3 {
	font-weight: 600;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: #0970b3;
}

li {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	padding: 0px;
	margin: 0px;
	margin-left: 2em;
}


