.title {
	font-weight: bold;
	color: #336666;
	text-align: right;
	font-size: 14px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #96593A;
}
.centersmall {
	font-size: 10px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;
	text-align: center;
	padding: 3px;
	font-size: 12px;
}
.lefttitle {
	font-size: 12px;
	font-weight: bold;
	color: #9D6039;
	text-align: left;
}
.purple {
	font-size: 14px;
	font-weight: bold;
	color: #54454C;
}
.centertitle {
	font-size: 12px;
	font-weight: bold;
	color: #96593A;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #CC6666;
}
.italics {
	font-style: italic;
}
