/* CSS Document */
<style type="text/css">
<!--
 
A:link {
text-decoration: underline;
color: #111111}
 
A:visited {
text-decoration: underline;
color: #111111 }
 
A:hover {
text-decoration: underline;
color:  #DDDDDD}
 
A:active {
text-decoration: underline;
color: #999999}
 
body {
	background-color: #999999;		
	color: #000000;
}
 
.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #000000;
background-color: #999999;
text-align: center;
vertical-align: middle }
 
.text { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: #999999;
color: #000000;
text-align: left;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px }
 
#border {
	border-width: 1px;
	border-style: solid;
	border-color: #7D64AA;
	color: #999999;
}
 
-->
</style>
