.backgroundintro {
	background-attachment: fixed;
	background-image: url(structure/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.backgroundheader {
	background-attachment: fixed;
	background-image: url(structure/backgroundheader.jpg);
	background-position: center top;
}
.backgroundtopline {
	background-attachment: fixed;
	background-image: url(structure/backgroundlinetop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.backgroundpade {
	background-attachment: scroll;
	background-image: url(structure/backgroundpage.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.backgroundfooter {
	background-image: url(structure/backgroundfooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
}
.txtpres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #990099;
	text-decoration: none;
}
.grostext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	color: #000066;
	text-decoration: none;
}
