@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
}
body {
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	text-align: center;
	background-color: #999;
	color: #000;
}
a:link {
	color: #FFF;
}
a:hover {
	color: #0FF;
}
a:visited {
	color: #FF0;
}
a:active {
	color: #FFF;
	text-align: center;
}
#content {
	width:700px;
	z-index:1;
	background-color: #FFF;
	padding: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	color: #000;
	padding-left: 10px;
}
p {
	text-align: left;
	color: #000;
}
