/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	.style1 {
	color: #999999;
	font-weight: bold;
}

.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.style4 {color: #999999}

a.btnlink:link {
	color: #999999;
	text-decoration:none
}
a.btnlink:visited {
	color: #999999;
	text-decoration:none
}
a.btnlink:hover {
	color: #009966;
	text-decoration:none
}
a.btnlink:active {
	color: #999999;
	text-decoration:none
}

.style5 {
	font-size: 10px;
	font-weight: bold;
	color: #058878;
}
	#topList {	margin:0;	padding:0;	list-style-type:none;	}#topList li {	margin:0;	padding:0;	list-style-type:none;	display:block;	float:left;	clear:none;	}#topList li a {	float:left;	text-decoration:none;	border:1px solid black;	padding:0.1em 0.4em;	display:block;	background-color:#ffffcc;	margin:0 0.4em 0.4em 0;	}#topList a:hover, #topList a:focus {	background-color:#ffeaea;	}
-->