@charset "utf-8";
/* CSS Document */

.style1 {color: #FF0000}
.style2 {	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
a:link {
	color:#006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#009933;
}
a:hover {
	text-decoration: underline;
	color:red;
}
a:active {
	text-decoration: none;
	color:red;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.style3 {color: #FFFFFF}