@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 10px;
	background-color: #990000;
}
p, td {
	font-size: 11px;
	color: #330000;
}
a:link {
	font-style: italic;
	text-decoration: none;
	color: #990000;
}
a:hover {
	font-style: italic;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
.head {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.italic {
	font-size: 11px;
	font-style: italic;
}
.important {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.menu-capital {
	font-size: 13px;
	font-weight: bold;
}
.menu-capital_plus {
	font-size: 18px;
}

