@charset "ISO-8859-1";
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #009933;
}
a:active {
	color: #333333;
}
.green_heading   {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #009A31;
}
.dark_heading_sm {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #009933;
}

