body {
	background-color: #E1ECF4;
	margin-top: 30px;
}
table.border {
	border: 1px solid #7E3375;
}
table.frontpageborder {
	background-image: url(img/bg_frontpage.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #7E3375;
}
td.bird {
	background-image: url(img/image_bird.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
td.birdfrontpage {
	background-image: url(img/image_bird_frontpage.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #6E1560;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.frontpage {
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6E1560;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.frontpage {
	font-weight: bold;
	margin-top: 0px;
}
p.colour {
	color: #6E1560;
	font-weight: bold;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
li {
	margin-left: 30px;
	margin-top: 5px;
	maring-bottom: 5px;
}

table.underline td {
	border-bottom: 1px solid #7E3375;
}

form {
	margin: 0px;
	margin-bottom: 25px;
}
form p {
	margin-top: 5px;
	margin-bottom: 5px;
}
form .fld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 240px;
	height: 15px;
	border: 1px solid #7E3375;
}
form .fldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 240px;
	border: 1px solid #7E3375;
}

#navigation {
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 200px;
	text-align: right;
}
#navigation a {
	font-weight: bold;
	color: #6E1560;
	padding-left: 20px;
}
#navigation a:hover {
	/*background-image: url(img/icon_activepage.gif);
	background-repeat: no-repeat;*/
}
#navigation a.active {
	background-image: url(img/icon_activepage.gif);
	background-repeat: no-repeat;
}

#topbuttons {
	margin-top: 30px;
	margin-bottom: 10px;	
	margin-left: 1px;
}

#maintext {
	margin-left: 2px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#frontpage {
	margin-left: 2px;
	margin-right: 10px;
}

.horline {
	border-top: 1px solid #7E3375;
	font-size: 1px;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}