@charset "utf-8";
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993366;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-variant: normal;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CE9659;
	font-weight: bold;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #cc9966;
}
a:link {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
}
a:active {
	color: #993366;
	text-decoration: none;
}
.captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #cc9966;
	font-variant: normal;
	font-weight: bold;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #F8EFE6;
}
.body_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	font-variant: normal;
}

