/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin:0px}

A:visited  {color: #0000CC; text-decoration: none}
A:link  {color: #000099; text-decoration: none}
A:active  {color: #000099; text-decoration: none}
A:hover   {
	color: #990000;
	text-decoration: underline;
	background-color: #FFFF99;
}

.quote {
	color: #FFB400;
	font-size: 14px;
	filter: Invert;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
.emphasis {
	color: #333399;
	font-size: 18px;
	font-weight: bold;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright {
	font-size: 12px;
}
.imagecaption {
	font-size: 14px;
}
.organisationhead {
	font-size: 18px;
	color: #FFFFFF;
}
.organisationcontent {
	font-size: 14px;
}
.month {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

