/* CSS Document */
<style type="text/css">
<!--
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	color: #666666;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: cb7ea8;
}
a:active {
	text-decoration: none;
}
-->
</style>