@charset "UTF-8";

a:link {
	color: #9B4D00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9B4D00;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #9B4D00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9B4D00;
	font-weight: bold;
	text-decoration: none;
}
.copy {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #303234;
}
.subheading {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #303234;
}
.copywhite {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #303234;
}
.fieldsmall {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #303234;
	width: 150px;
}

