body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}
/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
 overflow-y: scroll !important;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #104A9B;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.linklineheight {
	line-height: 25px;
}
.navfooter {
	font-size: 10px;
}
a:link {
	color: #104A9B;
	text-decoration: none;
}
a:visited {
	color: #AC0C12;
	text-decoration: none;
}
a:hover {
	color: #AC0C12;
	text-decoration: underline;
}