@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
a:link {
	color:#0000FF;
	text-decoration: underline;
}
a:visited {
color:#0033FF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>

