@charset "UTF-8";
/* CSS Document */

.style1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style3 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style4 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style5 {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }
.style6 {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; }
.style7 {font-size: 36px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #C5321D; }


a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;