html { overflow: scroll; }
body
{
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #1144DD; }
a:link { text-decoration: none; color: #1144DD; }
a:visited { text-decoration: none; color: #1144DD; }
a:hover { text-decoration: none; color: #1144DD; }
a:active { text-decoration: none; color: #1144DD; }
table, tr, td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0px; empty-cells: show; table-layout: auto; }
td { padding: 0px; border: 0px; text-align: center; vertical-align: middle; }
table
{
	width: 320px;
	height: 320px;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -160px;
	position: absolute;
}
.target
{
	width: 320px;
	height: 320px;
	background-image: url('../images/n95.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 275px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}