@charset "utf-8";
a.menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #E31B23;
	text-decoration: none;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #E31B23;
	text-decoration: underline;
}

