/* CSS Document */

body {
	background: #3d2704;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 16pt;
	font-family: AGaramond, Garamond, Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #000;

}

#wrapper {
	width: 700px;
	margin: 25px auto;
	text-align: center;
	background: #FFF;
}

h1 {
	font-size: 18pt;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	margin: 0 0 40px 0;
	font-weight: normal;
}

.small {
	font-size: 9pt;
	line-height: 12pt;
}

.print {
	margin: 25px 0;
	text-align: right;
	padding-right: 25px;
}

a {
	color: #760303;
	text-decoration: underline;
}

a:hover {
	color: #897b66;
	text-decoration: underline;
}

.allcaps {
	text-transform: uppercase;
}
