.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15 px;
	padding-right: 15px;
	z-index: 1;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}
.normal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0066cc;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0066cc;'
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

