body {
	background-color: black;
}

p, li {
	color: #cfcfff;
	font-family: sans-serif;
	margin: 0px 0px 0px 0px;
}

div.item {
	border-top: 2px solid #666677;
	border-bottom: 2px solid #222233;
	padding: 10px 10px 10px 10px;
	background-color: #444455;
}

div.item_mouseover {
	border-top: 2px solid #666677;
	border-bottom: 2px solid #222233;
	padding: 10px 10px 10px 10px;
	background-color: #222233;
}

div.body {
	text-align: center;
}

div.menu {
	padding: 0px;
	color: #cfcfff;
	font-family: sans-serif;
	background-color: #222233;
	position: absolute;
	visibility: hidden;
}

.bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.right {
	text-align: right;
}

ul {
	list-style-image: url("images/snowball_dot.png");
}

table.menuHeading {
	padding: 0px;
	color: #cfcfff;
	font-family: sans-serif;
	background-color: #222233;
}

table.menu {
	padding: 0px;
	color: #cfcfff;
	font-family: sans-serif;
	background-color: #222233;
	
	position: absolute;
	visibility: hidden;
	top: -10px;
}

a {
	color: #cfcfff;
	text-decoration: none;
}

td.menuHeading {
}

td.spacer {
	width: 20px;
}
