@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c5c00;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFB9;
	line-height: 16px;
}
.small {
	font-size: 10px;
	color: #9c5c00;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #B30000;
}
a:hover {
	color: #B30000;
	font-weight: bold;
}
a:active {
	color: #B30000;
	font-weight: bold;
}
a:visited {
	color: #B30000;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.home {
	font-size: 13px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding-left: 15px;
}
li {
	padding-top: 3px;
}
.redtext {
	color: #8b0000;
}.underline {
	text-decoration: underline;
}
