.maintext {
	font-family: NaturaRoman, NaturaBold, Garamond, "Imago Book", "Imago Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.menu {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	font-family: NaturaRoman, NaturaBold, Garamond, "Imago Book", "Imago Medium";
	font-weight: bold;
}
a:link {
	font-family: NaturaRoman, NaturaBold, Garamond, "Imago Book", "Imago Medium";
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #E0483D;
	text-decoration: none;
}
a:visited {
	font-family: NaturaRoman, NaturaBold, Garamond, "Imago Book", "Imago Medium";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #E0483D;
}
a:hover {
	font-family: NaturaRoman, NaturaBold, Garamond, "Imago Book", "Imago Medium";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.title {
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
