/* Misc */
/* Controls link colours */
a:link    { color : #000099; text-decoration:none }
a:visited { color : #000099; text-decoration:none }
a:hover   { color : #ED1B23; text-decoration:none }
a:active  { color : #000099; text-decoration:none }
/* Controls the border colour */
.borderbg {
	background-color: #000000;
}
/* Top Bar */
/* Controls welcome & date text in the top bar */
.topbartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
/* Controls the background colour of the top bar (contains welcome & date) */
.topbarbg {
	background-color: #003366;
}
/* Controls the background colour of the left section (contains navbar & ads) */
.mainleftbg {
	background-color: #FFFFFF;
}
/* Controls the background colour of the right section (contains ads) */
.mainrightbg {
	background-color: #FFFFFF;
}
/* Bottom Bar*/
/* Controls copyright text at the bottom of the page */
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Controls the background colour of the bottom bar (contains copyright info) */
.mainbottombg {
	background-color: #FFFFFF;
}
/* Navbar */
/* Controls the background colour of the body of the navigation bar */
.navbarbg {
	background-color: #FFFFFF;
}
/* Controls the background colour of the top of the navigation bar */
.navbarbgtop {
	background-color: #CCCCCC;
}
/* Controls the text in the top of the navigation bar */
.navbartoptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
/* Controls the text in the body of the navigation bar (colour superceded by link colour controls)*/
.navbartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* News Boxes */
/* Controls headline text at the top of news boxes */
.newstexttop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
/* Controls the background colour of the top bar of news boxes */
.newstopbg {
	background-color: #CCCCCC;
}
/* Controls the background colour of the photo bar of news boxes */
.newsphotobg {
	background-color: #FFFFFF;
}
/* Controls the background colour of the photo credit bar of news boxes */
.newsphotobg2 {
	background-color: #CCCCCC;
}
/* Controls the text in the photo credit bar of news boxes */
.photocredittext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}
/* Controls the text in the main body of news boxes */
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
/* Controls the background color of the main body of news boxes */
.newsbg {
	background-color: #FFFFFF;
}
