/* CSS Document */
.heading {
	font: bold 14px Verdana;
}

.bodytype {
	font: 11px Verdana;
}

.footerText {
	font: 10px Verdana;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	font-weight: bold;
	color: midnightblue;
	text-decoration: none;
}

a.footerLink:hover {
	font-weight: bold;
	color: midnightblue;
	text-decoration: underline;
}
