body,table,td,a,input,textarea,select,option,img,object,pre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	margin : 0px;
	padding : 0px;
	text-decoration : none;
	vertical-align : top;
	border : none;
}
body {
	background-color: #090D16;
}
a:hover {
	background : #5D8022;
}
a.selected {
	background : #2e4011;
}
table {
	width : 100%;
}
#headlinks, #contentbox, #footlinks {
	width : 800px;
	margin : 0px auto;
}
#footlinks {
	margin-bottom : 30px;
	margin-top : 2px;
}
#footlinks table td {
	width : 33%;
	text-align : center;
	margin : 0px auto;
}
#headlinks {
	margin-top : 30px;
}
#headlinks #navigation {
	text-align : right;
}
#contentbox {
	border : 1px solid #666;
}
#contentbox #flash {
	width : 800px;
	height : 100px;
	border-bottom : 1px solid #666;
}
.hidden {
	display : none;
}
