<!-- CHANGEABLE -->

<!--

A:link{text-decoration:none; color:#000000; background-color:; font-weight:bold;}
A:visited{text-decoration:none; color:#30A719;background-color:; font-weight:bold;}
A:hover{text-decoration:none; color:#000000; background-color:; cursor:none; font-weight:lighter;}


b {font-weight: bold; color: #34B51A;}
i {font-style: italic; color: #000000;}
u {text-decoration: underline; color: #086404; border-bottom: 1px dotted #000000;}

.menu {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #000000;
	list-style: none;
	position: absolute;
	left: 60px;
	top: 480px;
	
}
.menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.menu li a, .menu li a:visited {
	margin: 0px;
	height: 15px;
	padding: 0px 0px;
	color: #000000;
	display: inline;
	border: 0px;
	text-decoration: none;
	font-weight: light;
	font-size:11pt;
}
.menu li a:hover {
	color: #CC3333;
	cursor: pointer;
	text-decoration: none;

}

.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

body {
background-color:#C5C5C5;
margin:0px;
color:#000000;
scrollbar-base-color: #C5C5C5;
scrollbar-track-color: #C5C5C5;
scrollbar-highlight-color: #C5C5C5;
scrollbar-shadow-color: #C5C5C5;
scrollbar-face-color: #a2a2a2;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #C5C5C5;
scrollbar-darkshadow-color: #C5C5C5;
background-image:url(img/bgpattern.jpg); background-repeat: repeat; position:center;
font-family: arial; font-size: 8pt; line-height: 14px;}

}

-->