@charset "utf-8";

.Style1 {
	color: #3f547c
}
.Style2 {
	color: #ffffff
}

.Style3 {
	color: #000000;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}
.Style4 {
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}
