.cap {
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: 500;
	color: #5b2e29;
}
.smallcap {
	font-family: Times New Roman, serif;
	font-size: 11px;
	font-weight: 500;
	color: #5b2e29;
}
.bcap {
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: 800;
	color: #5b2e29;
}
.bsmallcap {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-weight: 800;
	color: #5b2e29;
}
.nav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8a6e63;
}
.menucap {
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.menusmallcap {
	font-family: Times New Roman, serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.menu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.cmenu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.fmenu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #e9ded9;
	color: #5b2e29;
	border: solid #5b2e29 2px;
}
.header {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8a6e63;
}
.headers {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8a6e63;
}
.body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5b2e29;
	background-color: #e9ded9;
	line-height: 1.3;
}
.bodysmall {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b2e29;
}
.bodylegal {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #5b2e29;
	background-color: #e9ded9;
}
.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #ffffff;
}
.copy {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #5b2e29;
}
a.nav:hover {
	text-decoration: none;
	color: #5b2e29;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
	color: #bba69d;
}
a.copy:hover {
	text-decoration: underline;
}
a.body:hover {
	text-decoration: underline;
}