.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #415D9E;
	text-decoration: none;
}
.menuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	color: #FF0000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C4A93;
	border: 2px solid #2C4A93;
	background-color: #F4F7FE;
	width: 90%;

}
.menutable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C4A93;
	text-decoration: none;
	background-color: #CCD7E9;
	border: 2px solid #2C4A93;
	line-height: 20px;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #204184;
}
.subtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #204184;
}
.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.redasterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
	font-weight: normal;
}
.border {
	background-image: url(/images/blue-border.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C4A93;
	text-decoration: none;
}
body {
    margin:0;
	padding:0;
}
.centre-image {
	vertical-align: -50%;
}
.line {
	color: #2C4A93;
}
.table-border {
	border: 1px solid #204184;
}
