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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFF;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}
.smalllink {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
.smalllink a:link {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
.smalllink a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #CCC;
}
.smalllink a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFF;
}
.smalllink a:active {
	text-decoration: none;
	font-size: 12px;
}

.vsmalllink {
	color: #CCC;
	font-size: 10px;
	text-decoration: none;
}
.vsmalllink a:link {
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.vsmalllink a:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
}
.vsmalllink a:hover {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.vsmalllink a:active {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
