/* CSS Document */
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
td {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
a:link {
  color:#000066;
  text-decoration: none;
  font-weight:bold;
}
a:visited {
  color:#666666; 
  text-decoration: none;
  font-weight:bold;
}
a:hover {
  color:#FF6600;
  text-decoration: underline;
  font-weight:bold;
}
a:active {
  color:#000066; 
  text-decoration: none;
  font-weight:bold;
}

a:link.orange {
  color:#FF6600;
  text-decoration: none;
  font-weight:bold;
}
a:visited.orange {
  color:#FF6600; 
  text-decoration: none;
  font-weight:bold;
}
a:hover.orange {
  color:#FFF;
  text-decoration: underline;
  font-weight:bold;
}
a:active.orange {
  color:#FF6600; 
  text-decoration: none;
  font-weight:bold;
}
.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.subheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.picborder {
	border: 1px solid #ccc;
	}
/* Image border
-----------------------------------------------*/
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 #F8992C;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	/*background: url(/images/css_shadow.gif) no-repeat bottom right;*/
	margin: 0px 0px;
	padding: 0;
	position: relative;
	float: left; 
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

-->
</style>
