/* CSS Document */

.style1 {
	font-family: "Engravers MT";
	font-size: 10px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Engravers MT";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.unnamed1 {
	font-family: "Engravers MT";
	color: #FF0000;
}
