/* CSS Document */
body {
	background-color: #000000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.white:link {
	text-decoration: none;
	color:#FFFFFF
}
a.white:visited {
	text-decoration: none;
	color:#FFFFFF
}
a.white:hover {
	text-decoration: underline;
	color:#c6ffc3
}
a.white:active {
	text-decoration: none;
	color:#FFFFFF
}


.thinborder {
	border: 1px solid #c6ffc3;
}

.green {
	color:#c6ffc3
}
.white {
	color:#FFFFFF
}
