@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
a:link {
	color: #99B6CA;
	text-decoration: none;
}
a:active {
	color: #99B6CA;
	text-decoration: none;
}
a:visited {
	color: #99B6CA;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

#closeElementID {
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 15pt;
	text-decoration: underline;
	width:400px;
	height:20px;
	position: absolute;
	left: 50%;
	top: 35px;
	z-index: 5;
	padding: 0;
	margin: 0;
}
#gotositeElementID {
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 15pt;
	text-decoration: underline;
	width:400px;
	height:20px;
	position: absolute;
	left: 50%;
	top: 75px;
	z-index: 5;
	padding: 0;
	margin: 0;
}
</style>
