/* CSS Document */
<style>
<!--
.style1 {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #996600;
}
.style2 {
	font-size: x-small;
	font-family: Verdana;
	color: #999999;
}		
.style3 {font-size: medium}
body,td,th {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.green {
	background-image:  url("gfx/linegreen.gif");
	background-repeat: repeat-x;
	background-position: top;
}
</style>
-->