/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#8EB4F0;
}
a:link {
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	background-color:#CCFFFF;	
}
a:visited{
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
h1 {
	font-size:large;
	color:#003366;
}
h2 {
	font-size:medium;
	color:#336699;
}
.cellHeader {
	background:url(images/headerbg.jpg) right top fixed no-repeat;
	background-color:#336699;
}
.cellFooter {
	background-color:#336699;
	font-size:x-small;
	text-align:center;
}
.menuHeader {
	background-color:#6699CC;
}
.menuItem {
	background-color:#BAD5EF;
}
.textBg {
	background-color:#BAD5EF;
}
.newsTitle {
	background-color:#9FB8D0;
}
.newsText {
	font-size:x-small;
}
.lineColour {
	color:#003366;
}
.imgBorder {
	border: 1px solid #FFFFFF;
}
.loginBorder {
	border: 1px solid #000000;
}