.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231F20;
	font-weight:bold;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight:bold;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E68;
}
.biotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3F6777;
	font-style:italic;
}
.bioheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3F6777;
	font-style:italic;
	font-weight:bold;
}
.specialsheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3F6777;
	font-style:italic;
    font-weight:bold;
}
.specials {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3F6777;
	font-style:italic;
}
.specialsbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3F6777;
	font-style:italic;
	font-weight:bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
}
.bodytextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
	font-style:italic;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
	font-weight:bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737C01;
	font-style:italic;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #685726;
}
a.menutext:link {
	color: #003E68;
}
a.menutext:visited {
	color: #003E68;
}
a.menutext:hover {
	color: #737C01;
}
a.menutext:active {
	color: #003E68;
}
a.link:link {
	color: #737C01;
	text-decoration: underline;
}
a.link:visited {
	color: #737C01;
	text-decoration: underline;
}
a.link:hover {
	color: #231F20;
	text-decoration: none;
}
a.link:active {
	color: #737C01;
	text-decoration: underline;
}
a:link {
	color: #737C01;
	text-decoration: none;
}
a:visited {
	color: #737C01;
	text-decoration: none;
}
a:hover {
	color: #231F20;
	text-decoration: none;
}
a:active {
	color: #737C01;
	text-decoration: none;
}