@charset "utf-8";
/* CSS Document */
.style1 {font-family: Arial, Helvetica, sans-serif}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #666666;
}
body,td,th {
	color: #003399;
}
.style2 {font-size: small}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: small; }
.style4 {
	color: #FF3300;
	font-style: italic;
}

