@CHARSET "utf-8";

* {
	background-color: transparent;
	border: none;
	color: inherit;
	font: inherit;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}

* {
	color: #000000;
	font-family: Helvetica;
}

body {
	background-color: white;
}

#center {
	position: absolute;
	left: 50%;
	top:50%;
}
#centerSwf {
	position: relative;
	left: 49%;
	top:350px;
}
#content {
	position: absolute;
	left: -530px;
	top: -297px;
}

	#content img.vista {
		margin: 0px 0px 0px 17px;
		float: left;
	}	
	#content div.block {
		position: absolute;
		bottom: 45px;
		right:  65px;
		width: 190px;
		height: 20px;
	}
	#content #logo {
		position: absolute;
		top: 40px;
		left:  52px;
		width: 140px;
		height: 35px;
	}	
	#content #navigation {
		position: absolute;
		left: 50px;
		bottom: 173px;
		height: 172px;
		width: 960px;
		float: left;
	}
		
		#content #navigation .navImg {
			background: none;
			padding: 0px 0px 0px 0px;
			margin:  0px 0px 0px 0px;
			height: 172px;
			
		}
		
#eemeaSwf {
	position: absolute;
	left: -500px;
}

div.eemeaFlash {
	background: url("../gfx/border_shade.gif") 0px 0px no-repeat;
	width:	1031px;
	height: 721px;
}

div.startPageContent {
	
	background: url("../gfx/startpage_image.jpg") 0px 0px no-repeat;	
	width:	1055px;
	height: 595px;	
}	
div.errorMessage {
	position: absolute;
	left: -300px;
	top: -50px;
	font-size: 12pt;
	width: 600px;
}

	div.errorMessage a {
		text-decoration: underline;
	}

div.terms-of-use {
	margin: 20px;
}
	div.terms-of-use h1 {
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.terms-of-use ol {
		margin: 0 0 20px 22px;
	}
	
	div.terms-of-use ol li {
		font-size: 10pt;
		margin-bottom: 8px;
		list-style-type: decimal;
	}

