body, body table {
	font-size:12px;
	font-family:Arial, sans-serif;
}
h2 {
	margin-top:0px;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	color:#71723c;
	background:transparent;
}

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

/** Style the News Full story Instance */

.news_fs01 h1 {
	line-height: 120%;
}
.news_fs01 h2 {
	line-height: 120%;
}

h4 {

}

p, table td p {
	margin-top:0px;
	margin-bottom:15px;
	margin-right:20px;
	line-height:16px;
}

ul {
	margin-top:0px;
	margin-bottom:15px;
	margin-right:20px;
	list-style-type:disc;
}

ul li {
	margin-left:20px;
	line-height:16px;
	margin-bottom:3px;
}

ol {
	margin-top:0px;
	margin-bottom:15px;
	margin-right:20px;
	list-style-type:decimal;
}

ol li {
	margin-left:20px;
	line-height:16px;
	margin-bottom:3px;
}

a {
	text-decoration:none;
	color:#71723c;
	background:transparent;
}

p:hover a {
	font-weight:bold;
}

a:hover {
	color:#71723c;
	background:transparent;
	text-decoration:underline;
}

hr {
	margin-top:0px;
	margin-bottom:15px;
	margin-right:20px;
	background:#352217;
	color:#352217;
	height:1px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}