@charset "utf-8";

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #0099FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.h1 {
	font-family:Arial;
	font-size:18px;
	font-color:#FFFFFF;
}
.h2 {
	font-family:Arial;
	font-size:14px;
	font-color:#FFFFFF;
}
.content {
	font-family:Arial;
	font-size:12px
}
.footer {
	font-family:Arial;
	font-size:11px;
	color:#000000;
}