@charset "utf-8";
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: 000033;
	line-height: 14px;
}
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	font-family: Arial;
	font-size: 11px;
	color: #000033;
}
a:link {
	text-decoration: underline;
	color: #000033;
}
a:visited {
	text-decoration: underline;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: underline;
	color: #000033;
}

