body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
.headline {
	font-size: 16px;
	font-weight: bold;
}
.content {
	text-align:justify;
}
.font_bold {
	font-weight:bold;
}
.fontfooter {
	font-size: 11px;
}

#Title {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:160px;
	z-index:3;
	overflow: hidden;
}
#LogoAni {
	position:absolute;
	left:108px;
	top:6px;
	width:90px;
	height:116px;
	z-index:6;
	overflow: hidden;
}
#Footer {
	position:static;
	left:170px;
	top:800px;
	width:610px;
	height:35px;
	z-index:6;
}

.logo_right {
	float:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}
