.text {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.smallertext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #660000;
}
.heading1 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 20px;
	color: #660000;
}
.redtext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #660000;
}
.largertext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	color: #660000;
}
.larger_redtext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	color: #660000;
	text-decoration: underline;
}
.redtext_underline {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #660000;
	text-decoration: underline;
}
.smallLinktext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #336699;
}
.linktext {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #336699;
}
.smallborder {
	border-top: 3px outset #CCCCCC;
	border-right: 3px outset #003399;
	border-bottom: 3px outset #003399;
	border-left: 3px outset #003399;
}
.largerLinkText_sitemap {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #0033FF;
}
.buttonborder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #003399;
	border-top-color: #CCCCCC;
	border-right-color: #003399;
	border-left-color: #CCCCCC;
}
