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

<!--
body {
	background-color: #FFF;
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;

}
.big_menu {
	color: #6c7683;
	font-size: 30px;
}

.big_menu a {
	color: #6c7683;
	text-decoration:none;
}

.big_menu a:hover {
	text-decoration: underline;
}
.big_menu2 {
	color: #6c7683;
	font-size: 20px;
}

.big_menu2 a {
	color: #6c7683;
	text-decoration:none;
}

.big_menu2 a:hover {
	text-decoration: underline;
}

.content {
	font-size: 13px;
	text-align:justify;
}
.content2 {
	font-size: 13px;
	text-align:center;
}
.menu {
	font-weight:bold;
	color: #6c7683;
	font-size: 14px;
	text-align:center;
}
.menu a {
	color:#6c7683;
	text-decoration:none;
}

.menu a:hover {
	color:#ae0000;
	text-decoration: underline;
}

.footer {
	text-align: center;
	font-size: 12px;
}
-->
