@charset "utf-8";
/* CSS Document */
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #595959;
	top: 0px;
}
#main #banner {
	border-bottom-style: solid;
	border-bottom-color: #0AAA24;
	border-bottom-width: 2px;
}
#main .footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #0AAA24;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	padding: 5px;
}
#main #menu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFF00;
}
a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	text-align: center;
	background-color: #0AAA24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
a.menu:hover	{
	display:block;
	background-color: #FFFF00;
	color: #0AAA24;
	display:block;
}
a.menu:active	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #0000FF;
	text-align: center;
}
#wm {
	color: #F00;
	font-weight: 800;
}
#wm2 {
	font-weight: 800;
	border: 1px solid #666;
	text-align: center;
}
