/* CSS Document */

.heading {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:bold; }
.redheading {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#D70000; font-weight:bold; }
.text {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }
.redtext {font-family:Arial, Helvetica, sans-serif; font-size:10px; color: #D70000; }
a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:underline;
}