body {
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}
.light {
	color: #E3D8D7;
}
.dark {
	color: #32201E;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A02B2B;
	font-size: 14px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 14px;
	margin-left: 22px;
}
a:link {
	font-weight: bold;
	color: #A02B2B;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #7A2925;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #D04F52;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #D05151;
	text-decoration: none;
}
.smalltitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #A02B2B;
}
.grey {
	color: #666666;
}
.greytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.red {
	color: #A02B2B;
}
