body	{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color:#000000;
	color:#aaaaaa;
	}
a	{
	text-decoration: underline;
	}
a:link	{
	text-decoration: none;
	color: #999999;
	}
a:visited	{
	text-decoration: none;
	color: #999999;
	}
a:active {
	text-decoration: none;
	color: #999999;
	}
a:hover	{
	text-decoration: none;
	color: #ffffff;
	}
h3	{
	font-size: small;
	text-decoration: bold;
	}
p	{
	text-align: left;
	}
img	{
	border: 0px;
	}
td	{
	font-size: small;
	}
td.image {
	text-align: center;
	height: 150px;
	}
font.tiny {
	font-size: 7pt;
	}
.centered {
	margin: 0px auto 0px auto;
	text-align:center;
	}
div.main {
	background-color: #111111;
	min-height: 93%;
	height: auto !important;
	height: 93%;
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 10px auto;
}
div.container {
	text-align:center;
	height: 100%;
	}
#menu {
	text-align: center;
	width: 100%;
	background-color: #333333;
	color: #cccccc;
	}