/* CSS Document */

.body_text	{
	font: 100% Arial, Helvetica, sans-serif;
	color: #2C7DBF;
}
.caption_text	{
	font: 80%/15px Georgia, "Times New Roman", Times, serif;
	color: #4d6948;
}
.caption_text_green	{
	font: 80%/normal Georgia, "Times New Roman", Times, serif;
	color: #69bc58;
}
.body_text_bold	{
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #021C08;
}
.body_text_italic	{
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #4d6948;
}
.body_text_white	{
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.body_text_cream_small	{
	font: normal 80% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_cream_italic	{
	font: italic normal 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_cream_italic_bold	{
	font: italic bold normal 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_green	{
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #BAD532;
}
.body_text_highlight	{
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #123d61;
}
.body_text_green_small	{
	font: normal 65% Georgia, "Times New Roman", Times, serif;
	color: #021C08;
}
.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #2C7DBF;
	text-decoration: none;
	}
a:link {
	color: #2C7DBF;
	text-decoration: none;
}
a:visited {
	color: #123d61;
	text-decoration: none;
}
a:hover {
	color: #2C7DBF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #2C7DBF;
}

