@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
	color: #005DA8;
	font-weight: normal;
	font-size: 150%;
}

.style3 {
	font-size: 150%;
	color: #F19302;
	font-weight: bold;
}
a {
	color: #005395;
}
a:hover {
	color: #000000; text-decoration:none;
}
.info {
	font-size: 80%;
}

