@charset "UTF-8";
/* CSS Document */

.topnavigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #0066CC;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	word-spacing: 0.1em;
	letter-spacing: 0.01em;
}

a:active {
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a img {
	border: none;
}

body {
	background: #fff;
	color: #333333;
	font-family:  "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
