/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #f0ecdc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
}
td {
	text-align:justify;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
div.img-dec {
	background: url(/images/css_shadow.gif) no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	background: url(/images/css_shadow.gif) no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
	float: left; 
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #9E8785;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

h2 {
	clear: both;
}

a:link {
  color: #6D3D3C; 
  text-decoration: underline;
}
a:visited {
  color: #6D3D3C; 
  text-decoration: underline;
}
a:hover {
  color: #907001; 
  text-decoration: underline;
}
a:active {
  color: #6D3D3C; 
  text-decoration: underline;
  font-weight:bold;
}
.headline {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #6D3D3C;
	text-decoration: none;
}
.subheadline {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6D3D3C;
	text-decoration: none;
}
.small {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #6D3D3C;
	text-decoration: none;
}
.smallblk {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.lastupdate {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	color: #6D3D3C;
	text-decoration: none;
}
-->
</style>
