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

body {
	background-color: #E6E6E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 40px;
	color: #0000CC;
}
a:link, a:visited {
	color: #040495;
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:underline;
}
.bottommenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 5px;
}
.topandbottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 30px;
	color: #0000CC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}