﻿.style4 {
	color: #666666;
	background-color: #E7D5E4;
}
.imgleft {
	margin: 4px 5px 0px 0px;
	float: left;
}
.imgright {
	float: right;
	margin: 5px 0px 2px 5px;
}
.imgcentre {
	margin: 4px 5px 0px 0px;
	float: left;
	text-align: center;
}
.txtcentre {
	text-align: center;
}
.txtbanner {
	font-family: "Book Antiqua";
	font-size: xx-large;
	color: #808080;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.style3 {
	background-color: #FFCCCC;
}
h1 {
	font-family: "Book Antiqua";
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: "Book Antiqua";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	padding: 0px;
	margin: 0px;
}
body {
	font: normal small Verdana, Verdana, Geneva, sans-serif;
	background: #ffffff;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;
}

a {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #727272;
	text-decoration: underline;
}
#wrapper {
	background-color: #E7D5E4;
	border: 1px solid #800000;
	padding: 5px;
	width: 750px;
	text-align: left;
	margin:0px auto;
}
#topbanner {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-family: "Book Antiqua";
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}
#navigation {
	background-image: url('images/navbar.jpg');
	height: 22px;
	padding-top: 6px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 2px;
}
#user {
	background-color: #FFFFFF;
	border: 1px solid #800000;
	padding: 0px 5px 3px 5px;
}
#navigation a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;}

#navigation a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;}
	

