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

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.titles {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #00DC00;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.titlesbig {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
