/* CSS Document */
<!--
.headers {
	font-family: Arial;
	font-size: 11;
	color: #999900;
}
.bodyHeaders {
	font-family: Trebuchet MS;
	font-size: x-small;
	color: #999900;
	font-weight: bold
}
.bodyText {
	font-family: Trebuchet MS;
	font-size: x-small;
	color: #999900;
	text-align: justify;

}
.footerText {
	font-family: Trebuchet MS;
	font-size: xx-small;
	color: #999900;
}
a:link {
	color: #999900; 
	text-decoration: none;
	}
a:visited { color: #999900;}
a:hover { 
	color: #000099;
	}
.calcElement {
	font-family: Trebuchet MS;
	color: #999900;
	font-size: 9pt;
	padding: 0pt;
	margin: 0pt;
	border: 1pt solid #DADADA;
	background-color: #FAFAFA;
}
-->
