@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
table {
	text-align: left;
}
.td.justify {
	text-align: right;
}
td p {
	text-align: left;
}
p {
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
}
a:hover {
	color: #00CC33;
}
a {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
h2 {
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
}
