body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003300;
	padding: 0px;
	margin: 2px 0px 0px;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #003300;
	scrollbar-base-color:#FFFFEC;
	scrollbar-face-color:#003300;
	scrollbar-shadow-color:#003300;
	scrollbar-highlight-color:#006600;
	scrollbar-3dlight-color:#FFFFEC;
	scrollbar-darkshadow-color:dark #FFFFEC;
	scrollbar-track-color:#005500;
	scrollbar-arrow-color:#006600;
	text-align: center;
}
.just {
	text-align: justify;
	padding: 5px;
	border: 1px none #006600;
}
#container	{
	position:relative;
	overflow:visible;
	width:770;
	z-index:99;
	left: 0px;
	top: 0;
	background-color: #FFFDE8;
	border: none;
	color: #003300;
	margin: auto;
	height: auto;
	text-align: left;
	}
#Header	{
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:105px;
	overflow:hidden;
	z-index:6;
	background-color: #003300;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	}
div.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	bottom: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #003300;
	width: 766px;
	left: 2px;
	height: 21px;
	position: absolute;
	z-index: 1;
}
div.spacer {
	clear: both;
}
div.footer span.left {
	float: left;
	text-align: left;
}

div.footer span.right {
	float: right;
	text-align: right;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.nav {
	position: absolute;
	z-index: 3;
	height: 37px;
	width: 105px;
	left: auto;
	top: 0px;
}
.Bordered {
	border: 2px solid #003300;
}
a:link {
	color: #003300;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	color: #003300;
	text-decoration: underline;
	font-weight: normal;

}
a:active {
	color: #003300;
	text-decoration: underline;
	font-weight: normal;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;

}
li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-weight: normal;

}
td {
	font-size: 12px;
}
.emphasise {
	font-size: 14px;
	font-weight: bolder;
}
.Gotop {
	position: absolute;
	right: 5px;
	bottom: 25px;
	height: 39px;
	width: 28px;

}
