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

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

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

.articleCaption {
	font-size: 12px;
	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: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.articlePublishDate {
}

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

.articleShort h1 {
	font-size: 14px;
}

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

a {
	color: #006633;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.anchor {
	text-decoration: underline;
}

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

div.articleHr hr {
	display: none;
}

h1 {
	color: #016d4b;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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


