@charset "utf-8";

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}

#xyCenter {
	color: inherit;
	background-color: #FFFFFF;
	height: 320px;
	left: 50%;
	margin-left: -320px;
	margin-top: -160px;
	position: absolute;
	top: 50%;
	width: 640px;
}

p {
	color: #000000;
	background-color: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 129px;
	margin-top: 40px;
}

img {
	border: 0px;
}

a:link,
a:visited {
	color: #000000;
	background-color: inherit;
	border-bottom: 1px dashed #7491AA;
	position: relative;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	background-color: #7491AA;
	border-bottom: 0px;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
}
