/* CSS Document */

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	background-color: #FFFAF4;
}
.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	background-color: #FFEEDD;
}
.bg {
	background-color: #FFEEDD;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
body {
	text-align: center;
	background-color: #FFD9B3;
}
hr {
	color: #FFD9B3;
}
li {
	padding-top: 5px;
}
