.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a:link {
	color: #E64A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E64A00;
}
a:hover {
	text-decoration: underline;
	color: #E64A00;
}
a:active {
	text-decoration: none;
	color: #E64A00;
}
html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../gfx/tlo.jpg);
	background-repeat:repeat-x;	
}
#flashcontent {
	position: absolute;
	top: 0px;
	margin:auto;
	height: 100%;
	width:  100%;
}

