@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0px 0px 0px;
	font-family: "Garamond", Times, serif;
	font-size: 11px;
	color: #000000;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #3795ff;
	letter-spacing: -2pt;
}

b {
	font-family: "Garamond", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A0A0A0;
}

a:link {
	text-decoration: underline;
	color: #ff2122;
	font-family: "Garamond", Times, serif;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: #ff2122;
	font-family: "Garamond", Times, serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #fffa98;
	font-family: "Garamond", Times, serif;
	font-size: 12px;
}
a:active {
	text-decoration: underline;
	color: #ff2122;
	font-family: "Garamond", Times, serif;
	font-size: 12px;
}