/* CSS Document */

body {
	background-color: #E3E3E3;
	margin: 0px;
}
body,td,th,p,font,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#topmenu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:hover {
	color: #768892;
}
#topmenu .sep {
	color: #768892;
}
.menuhead {
	text-align: center;
	font-weight:bold;
	background: url('imgs/menumain2.jpg');
	width: 161px;
}
.menusubhead {
	text-align: center;
	font-weight:bold;
	background: url('imgs/menusub.jpg');
}
.menuhead a, .menusubhead a {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.menuhead a:hover, .menusubhead a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menuarea a {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.menuarea a:hover {
	text-align: center;
	color: #666699;
	text-decoration: none;
}