@charset "utf-8";
.test {
	font-family: "Courier New", Courier, monospace;
}



.menulink:link {
	color: #023141;
	text-decoration: none;
	font-weight: bold;
}

.menulink:visited {
	color: #023141;
	text-decoration: none;
	font-weight: bold;
}

.menulink:hover {
	color: #0086A3;
	text-decoration: none;
	font-weight: bold;
}

.menulink:active {
	color: #023141;
	text-decoration: none;
	font-weight: bold;
}

.bottomlink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bottomlink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bottomlink:hover {
	color: #4696CB;
	text-decoration: none;
	font-weight: bold;
}

.bottomlink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bb {
	font-style: oblique;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.border {
	border: 2px solid #023141;
}

