@charset "utf-8";
.navbar a:link {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.navbar a:visited {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	}
.navbar a:hover {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	}
.navbar a:active {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.bodytitle {
	font-size: 12px;
	font-weight: bold;
}

