
body {
	background-color: #000000;
	margin-top: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:21px;
}
a:link {
	color: #FEA500;
}
a:visited {
	color: #FEA500;
}
a:hover {
	color: #FEA500;
}
a:active {
	color: #FEA500;
}
h1 {
	font-size: 14px;
	color: #FF9400;
}
h2 {
	font-size: 14px;
	color: #FF9400;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: underline;
	color: #3366FF;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}

.cb {
border:1px solid #666666;
}