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

a:link {
	color: #222222;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
a:visited {
	text-decoration:none;
	color: #222222;
}
a:hover {
	text-decoration:none;
	color: #880000;
}
a:active {
	text-decoration:none;
	color: #880000;
}
.curr_menu_item {
	color: #880000;
}
