@charset "UTF-8";
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C90012;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	white-space: normal;
	display: list-item;
	list-style-type: none;
}
a:link {
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.openpage {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
.shouty {
	font-weight: bold;
	color: #C90012;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.image {
	padding: 2px;
}

