.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDCD9E;
	text-transform: uppercase;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E5542;
	text-decoration: none;
}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463E31;
	text-decoration: underline;
}
.topnavlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.topnavlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDCD9E;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4D4D4D;
	font-weight: normal;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4D4D4D;
	font-weight: normal;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
	color: #993300;
	font-weight: bold;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: normal;
}
.textsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
}
.textsmallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: normal;
	font-style:italic
}
.head {
	color: #5C7898;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E5542;
	text-transform: uppercase;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #5E5542;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #000000;
	border-bottom-color: #990000;
	border-left-color: #000000;
	padding: 20px;
	width: 427px;
	background-color: #F2F0E4;
	margin: 0px;
	float: left;
}

.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C7898;
	text-decoration: underline;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none
}