body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #652B7B;
}
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #652B7B;
}
a:link {
	text-decoration: none;
	color: #652B7B;
}
a:visited {
	text-decoration: none;
	color: #652B7B;
}
a:hover {
	color: #ED8836;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #652B7B;
}
.navigation {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.navigation a:active {
	color: #652B7B;
}
.navigation a:link {
	color: #652B7B;
}
.navigation a:visited {
	color: #652B7B;
}
.navigation a:hover {
	color: #FFFFFF;
}
.textsmall {
	font-weight: bold;
	font-size: 10px;
}
.bgcontent {
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 745px;
}

.bgtop {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #652B7B;
}
.bgright {
	background-image: url(images/bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ED8836;
}
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bgheader {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.bgfooter {
	background-color: #FFFFFF;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgcolour {
	background-color: #FFFFFF;
}
.bglogo {
	background-color: #FFFFFF;
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgside {
	background-color: #FFFFFF;
	background-image: url(images/bg_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	color: #EC8838;
	font-size: 11px;
	font-weight: normal;
}
.padding {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}