@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
a:link {
	font-weight: bold;
	color: #0F228C;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0F228C;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #D80000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0F228C;
	text-decoration: underline;
}





.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	width: 849px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
