@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, "Times New Roman", sans-serif;
	font-size: 12px;
	line-height:18px;
}
.headerText {
	font-size: 18px;
	font-weight: bold;
	color: #925C2D;
	padding-right:10px;
}
.smallHeader {
	font-size: 14px;
	font-weight: bold;
	color: #925C2D;
}
.bodyText {
	font-size: 12px;
	font-weight: bold;
	color: #925C2D;
	padding-right:10px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC9966;
	text-decoration: underline;
}
