.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #772837;
	text-decoration: none;
}
.textLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #faeeeb;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}
.links:hover {
	color: #FF0000;
	text-decoration: underline;
}
.linksLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #faeeeb;
	text-decoration: none;
}
.linksLight:hover {
	text-decoration: underline;
}
.linksBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #772837;
	text-decoration: underline;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #772837;
	text-decoration: none;
	background-color: #faeeeb;
	padding: 3px;
	border: thin solid #772837;
	display: block;
	width: 123px;
	vertical-align: middle;
	background-position: center center;
	margin-bottom: 2px;
	margin-left: 4px;
}
.navLinks:hover {
	color: #faeeeb;
	background-color: #772837;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.linksBold:hover {
	color: #ff0000;
	text-decoration: underline;
}
.navLinksWide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #772837;
	text-decoration: none;
	background-color: #faeeeb;
	padding: 2px;
	border: thin solid #772837;
	display: block;
	height: 12px;
	width: 220px;
	vertical-align: middle;
	margin-left: 2px;
	background-position: center center;
}
.navLinksWide:hover {
	color: #faeeeb;
	background-color: #772837;
}
