	/* Text Styles */
.Heading {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2B6222;

}
.Text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;

}
.Text-Link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #003755;
	text-decoration: none;
	font-style: italic;
	text-transform: none;

}
.Text-Link:hover {
	color: #3C8925;
	text-decoration: underline;
}
.Subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.Caption {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.Quote {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

	/* Page Styles */
body {
	background: url("/images/bg.jpg");
}

