@charset "utf-8";
/* CSS Document */

.heading {
	margin: 0;
}

.opening-heading {
	margin-top: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
}

h6 {
	font-size: 0.7em;
	font-weight: bold;
}

p, ul, ol, td p, label {
	font-size: 0.7em;
}

a img {
	border: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
}