body {
	background-color: #6699CC;
}

.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
}

.intro2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Controls link colours */
a:link    { color : #000099; text-decoration:underline }
a:visited { color : #000099; text-decoration:underline }
a:hover   { color : #ED1B23; text-decoration:underline }
a:active  { color : #000099; text-decoration:underline }

/* Controls the border colour */

.borderbg {
	background-color: #000000;
}

.newstopbg {
	background-color: #003366;
}

.newstexttop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}

/* Controls the text in the main body of news boxes */
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: white;
}

/* Controls the background color of the main body of news boxes */
.newsbg {
	background-color: white;
}

/* Controls the background colour of the top bar of news boxes */
.newstopbg {
	background-color: #003366;
}
/* Controls the background colour of the photo bar of news boxes */
.newsphotobg {
	background-color: #999999;
}
/* Controls the background colour of the photo credit bar of news boxes */
.newsphotobg2 {
	background-color: #000000;
}
/* Controls the text in the photo credit bar of news boxes */
.photocredittext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}

.page-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}









/* 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;
}


/* Controls the background colour of the photo bar of news boxes */
.newsphotobg {
	background-color: #999999;
}

/* Controls the text in the photo credit bar of news boxes */
.photocredittext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}


