@charset "utf-8";
/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 14px;
	line-height: 18px;
}

a:link {
	color: #CC9900;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	
}
a:hover {
	text-decoration: none;
}

h2.copyBlockHeading {
	color: #FFFFFF;
	font-size: 18px;

}
