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

table {
	border-color:#FFFFFF;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
body {
	background-color: #909090;
	margin-top: 20px;
	text-align: center;
	background-position: center;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a2dff1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F9;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: none;
	color: #FF9;
}
.links {
	text-align: left;
}
.image {
	text-align: center;
}
.copyright {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
}

