/* CSS Document */

.heading_orange {
	font-size: 10pt;
	line-height: 15pt;
	color: #336600;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.body_txt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
	font-weight: normal;
}
.body_txt_blue {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 12pt;
	color: #506D92;
	font-weight: normal;
}
.body_txt_orange_b {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 16pt;
	color: #FF6600;
	font-weight: bold;
}
.body_txt_blue {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 11pt;
	color: #506D92;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}

a:active {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
