.@charset "UTF-8";
/* CSS Document */

p {
	font-family: "Chaparral Pro", Georgia;
	font-size: 14px;
	color: #663300;
	letter-spacing: 0.5px;
	line-height: 20px;
}

h1 {
	font-family: "Chaparral Pro", Georgia;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 31.44px;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: "Chaparral Pro", Georgia;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21.56px;
	text-align: center;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-family: "Chaparral Pro", Georgia;
	font-size: 13px;
	color: #666666;
	line-height: 20.96px;
	letter-spacing: 0.5px;
	font-weight: normal;
}

table {
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(images/Paper.png);
	background-position: center center;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
