/*
#222 - dark
#333 - light dark
*/
body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 12px;
	background-color: #000000;
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
}
table {
  border-collapse: collapse;
  border: none;
}
td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
}
td.heading {
  font-weight: bold;
}
input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 12px;
	border: 0px; /*1px solid #FFFFFF;*/
}
a:link, a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}