/* CSS Document */

.heading {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: bold;
}
.content_text {
	font-size: 12px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
}
.bullet_alpaca {
	font-size: 18px;
	color: #336633;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #336633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #7D9B76;
}.cell_underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.red {color: #CC0000;}
