@charset "utf-8";
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF3300;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: eaeaea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:12px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15pt;
}
.navihead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
li {
	list-style-type: circle;
	color: #666666;
}
