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

/* General formatting */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:9px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#BodyBox {
	position: relative;
	width: 1000px;
	height: 1350px;
	z-index: 1;
	margin: auto;
}



