body {
	font-family: Sans Serif, Arial, Verdana, sans-serif;
	COLOR: #000080;
}

messagebody{
	font-size: small;
}


A:link, A:visited, A:active {
	COLOR: #0000FF;
	text-decoration: none;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

A.leftbar:link, A.leftbar:visited, A.leftbar:active {
	COLOR: #FFFFFF;
	text-decoration: none;
}
A.leftbar:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}


A.menubar:link, A.menubar:visited, A.menubar:active {
	COLOR: #FFFFFF;
	font-size: large;
	font-weight: 700;
	text-decoration: none;
}
A.menubar:hover {
	COLOR: #FFFFFF;
	font-size: large;
	font-weight: 700;
	TEXT-DECORATION: underline;
}


.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

img.floatleft {
	float: left;
	margin: -6px 6px 6px -6px;
}

img.floatright {
	float: right;
    margin: 4px 4px 4px 10px;
}
p.justify {
	text-align:justify
}

.error {
	background-color: #FFFOFO;
	border-bottom-style: solid;
	border-color: #804040;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 2px;
	bottom: auto;
	left: auto;
	right: auto;
	color: black;
	top: auto;
	outline-color: #000000;
	padding: 10px;
	text-align: center;
	width: 400;
	margin-left: auto;
    margin-right: auto;
}

.errorcaption {
	background-color: #FFD0D0;
	border-width: 1;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	width: 100%;
}

.subtext {
	font-size: x-small;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}

.caption {
	color: #ffffff;
	font-size: x-large;
}

.leftbartitle {
	color: #ffffff;
}
.leftbar {
	color: #ffffff;
}

.plain {
	color: #000000;
    text-align: justify;
}

H1.plain {
	color: #000000;
}

H1.plainright {
	text-align: right;
	color: #000000;
}

H2.plain {
	color: #000000;
}

H2.plainright {
	text-align: right;
	color: #000000;
}

H3.plain {
	color: #000000;
}

H3.plainright {
	text-align: right;
	color: #000000;
}

.emphasised {
	font-weight: 700;
}

.mainmessage {
	background-color: #104080;
	border-color: #404080;
	border-width: 2px;
	bottom: auto;
	color: white;
	outline-color: #000000;
	padding: 1px;
	position: relative;
	top: auto;
	margin-left: auto;
    margin-right: auto;
	font-size: medium;
}

.mainmessagebody {
	background-color: #F0F0FF;
	color: black;
	font-size: small;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
    text-align: justify;
}

.mainpagenews {
	text-align: right;
}

.mainpage {
	text-align: justify;
}

.loginpage {
	background-color: #104080;
	border-color: #404080;
	border-width: 2px;
	bottom: auto;
	color: white;
	outline-color: #000000;
	padding: 1px;
	position: relative;
	top: auto;
	margin-left: 0px;
    margin-right: auto;
	font-size: medium;
}
.loginpagebody {
	background-color: #F0F0FF;
	color: black;
	font-size: small;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
}

p.announcement {
	padding: 10px;
	background: #E0E0FF;
	border: 5px solid #ccc;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
}

div.businessannouncement {
	text-align: justify;
	padding: 10px;
	background: #E0E0FF;
	border: 5px solid #ccc;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
}