
body {
	background-color: #EEE6DD;
	margin: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5D4E3B;
}
p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5D4E3B;
}
a, a:visited, a:active {
	text-decoration: underline;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5E5F5F;
}
a:hover {
	text-decoration: none;
}

/* Headers */
h1 {
	color: #7F3319;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

h2 {
	color: #5D4E3B;
	margin: 0 0 0px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* MISC */

td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5D4E3B;
}

td.Footer {
	color: #9B9388;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

td.Footer a:link, td.Footer a:visited, td.Footer a:active {
	color: #9B9388;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

td.Footer a:hover {
	color: #9B9388;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

@media print {
	table.SiteBlock {
		width: 600px;
	}
	img.ContentWedge {
		height: 1px;
		width: 455;
	}
	table.SiteBlockNoPrint {
		display: none;
	}
	.NoPrint {
		display: none;
	}
	.PrintOnlyBlock {
		display: block;
	}
	.PrintOnlyInline {
		display: inline;
	}
}