@charset "utf-8";
/* CSS Document */


body {
	background-color: #5c8ec3;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif;}
.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #4F73D0;
}
.style5 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; }
.style6 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style7 {color: #9D2D2B}


.style8 {
	font-size: 24px;
	font-weight: bold;
	color: #9D2D2B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}