@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 27px;
	font-weight: bold;
	color: #664B04;
	line-height: 5px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: right;
	list-style-position: outside;
	list-style-type: none;
	margin-left: -10px;
	line-height: 23px;
}
.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover, a:active {
	color: #000000;
	font-style: italic;
}
.menu_current {
	color: #000000;	
	font-style: italic;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.text a {
	color: #F80000;
	text-decoration: none;
}
.text a:hover, a:active {
	color: #B00100;
}