.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
	font-weight: lighter;
}

.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
	font-weight:bold 
}

.contentbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	color: #666633;
	font-weight:bold;
	height:18px;
}

.navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E0D5BF;
	font-weight: lighter;
}

.navdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E0D5BF;
	font-weight: lighter;
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E0D5BF;
	font-weight: lighter;
	text-decoration: none;
		}

.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
	font-weight: lighter;
	text-decoration: underline;
		}

a:hover {
	text-decoration: underline;
		}

a:active {
	text-decoration: underline;
		}
