* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: center; }
td {
	font-family: Arial, Helvetica, sans-serif; }
th {
	font-family: Arial, Helvetica, sans-serif; }
a { color: #fff; text-decoration: underline; }

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

#content {
	margin: 0px auto;
	width: 900px;
}

.clearthis {
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

#footer {
	width:879px;
	height:49px;
	text-align:center;
	border: 1px solid #999999;
	padding: 10px;
	color:#999999;
	font-size:11px;
	margin-top:10px;
	margin-bottom: 5px;
	background-color:#000000
}