@charset "utf-8";

a:link {color:#003;}      /* unvisited link */
a:visited {color:#003;}  /* visited link */
a:hover {color:#06c;}  /* mouse over link */
a:active {color:#06c;}

.Text_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #06C;
	font-variant: normal;
	text-transform: none;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
}
.Text_title a {
	color: #06C;
	text-decoration: none;
}
.Text_body a {
	color: #000;
	text-decoration: none;
}

.pagecenter {
	text-align: center;
}
.Text_body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.Menu_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Top_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.Top_menu a {
	color: #000;
	text-decoration: none;
}

