@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {color: #9999FF; text-decoration: none; }
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #99CCFF;
	text-decoration: none;
	}
body {
	background-color: #999999;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 10px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding-right: 30px; padding-left: 10px; color: #333333; }
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
-->
</style>