@charset "UTF-8";
.background {
	background-color: #777777;
}
.header_menu {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
}
.page_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.main_body {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.header_menu a:link {
	color: #000000;
	text-decoration: none;
}
.header_menu a:visited {
	color: #000000;
	text-decoration: none;
}
.header_menu a:hover {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.header_menu a:active {
	color: #000000;
	text-decoration: none;
}
.main_body  a:link {
	color: #CAA555;
	text-decoration: none;
	font-weight: bold;
}
.main_body  a:visited {
	color: #CAA555;
	text-decoration: none;
	font-weight: bold;
}
.main_body  a:hover {
	color: #CAA555;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
.main_body  a:active {
	color: #CAA555;
	text-decoration: none;
	font-weight: bold;
}

