@charset "ISO-8859-1";
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ABAAAA;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ABAAAA;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #764F2A;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ABAAAA;
	text-decoration: none;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #764F2A;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #CC9999;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #764F2A;
	font-weight: bold;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	color: #999999;
}

