@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #666;
}
.content {
	color: #666;
}
p {
	margin-top: 16px;
	margin-bottom: 16px;
}
