@charset "UTF-8";
body {
	font-family: "Adobe Carlson Pro";
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
.headerText {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #420000;
}
.smallText {
	font-size: 9px;
	color: #FFFFFF;
}
.subHeadText {
	font-size: 16px;
	font-weight: bold;
	color: #420000;
}
a {
	font-size: 15px;
	color: #FFFFF1;
	text-decoration: none;
}
a:hover {
	color: #DA7C7C;
}
