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

body {
	margin:0 auto;
}
#wrapper {
	width:1000%;
	height:auto;
	margin:20px auto;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8B0750;
	font-weight:bold;
	text-align:left;
}
.text a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCC00;
	font-weight:bold;
	text-align:left;
}
.menutitle {
	cursor:pointer;
	margin-bottom:5px;
	background-color:#CCCCCC;
	color:#000000;
	width:100%;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
.submenu {
	color:#666666;
	margin-bottom:10px;
	font-size:11px;
}

