body {
	margin: 0px;
	padding: 0px;
	background: #002224;
	visibility: visible;
	height: 100%;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

a:link {
    font-weight: normal;
	color: #5F4E0A;
	text-decoration: underline;
}

a:visited {
    font-weight: normal;
	color: #002224;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #B69510;
	text-decoration: underline;
}

a:active {
    font-weight: normal;
	color: #5F4E0A;
	text-decoration: underline;
}	
	
h1 {
	/*color: #5F4E0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;*/
	background-color: #FFFFFF;
	background-position: center;
	margin-top: 13px;
	margin-bottom: 15px;
}

h2 {
	color: #002527;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 0px;
}

h3 {
	color: #B38400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B38400;
	text-align: left;
	padding: 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 16pt;
	padding: 0px;
	margin-left: 50px;
}

ul.tick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 16pt;
	padding: 0px;
	margin-left: 50px;
	list-style-image: url(/images/tick.gif) ;
	vertical-align: top;

}

.copyrighttext {
	font-weight: normal;
	text-decoration: none;
	color: #D0E0E1;
	font-size: 8pt;
}

.minitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;

}

.currentpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26pt;
	font-weight: bold;
	color: #E9E0BA;
	text-align: center;
	text-decoration: none;
}

td {font-family: Arial, Helvetica, sans-serif;}
th {font-family: Arial, Helvetica, sans-serif;}

/*MENU*/
a.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.menulink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.menulink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26pt;
	font-weight: bold;
	color: #B69510;
	text-align: center;
	text-decoration: none;
}

a.menulink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26pt;
	font-weight: bold;
	color: #EEDDDD;
	text-align: center;
	text-decoration: none;
}

/*BACKGROUND COLOURS*/
.white {background-color: #FFFFFF;}
.teal  {background-color: #005D62;}
.rose  {background-color: #EEDDDD;}

/*STRUCTURE ELEMENTS*/
.rightstructure {
	background-color: #005D62;
	background-image: url(/images/structure/right.gif);
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	position: static;
	height: 590px;
	width: 180px;
	left: 0px;	
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.topstructure {
	background-color: #005D62;
	background-image: url(/images/structure/top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	position: static;
	height: 26px;
	width: 1000px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.bottomstructure {
	background-color: #005D62;
	background-image: url(/images/structure/bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	position: static;
	height: 14px;
	width: 1000px;
	left: 0px;
	top: 0px;
}

.menustructure {
	background-color: #005D62;
	background-image: url(/images/structure/menu-small.gif);
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	height: 142px;
	width: 180px;
	left: 0px;
	top: 0px;
	background-position: top;
	vertical-align: top;
}