@charset "utf-8";
.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
}
.style5 a:link {
	color: #003366;
	text-decoration: none;
}
.style5 a:visited {
	text-decoration: none;
	color: #003366;
}
.style5 a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.style5 a:active {
	text-decoration: none;
	color: #003366;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}