/* CSS Document */

@charset "ISO-8859-1";

a:link {
	color: #00FF00;
}
a:visited {
	color: #FFFFFF;
}

body {
	background-color: #666600;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	width: auto;
}

h2 {
	color: #003300;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -0.8em;
}

p {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.count {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.menuimg {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.copyright {
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#header {
	height: 76px;
	margin-bottom: 15px;
}

#contents {
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#footer {
	text-align: center;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #CCCCCC;
	padding: 0px;
}
