a.navwhite:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.navwhite:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.navwhite:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.navwhite:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.navblue:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3366CC;
}
a.navblue:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3366CC;
}
a.navblue:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3366CC;
}
a.navblue:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#3366CC;
}
body {background-color:#cddeeb;
}
.introtxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #336699;
}
.introtxtemphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #336699;
	font-weight:bold;
}
.catHead {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#336699;
}

.centred {
display:block;
margin-left:auto;
margin-right:auto;
}
.red {
color:#990000;
}
/*.bgbody {
	background-attachment: fixed;
	background-image: url(/images/wallpaper.jpg);
	background-repeat: repeat-y repeat-x;
	background-position: left top;
}*/