body, a, .control-text
{
	background-color: Black;
	color: Lime;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.body-header
{
	font-family: Arial, Sans-Serif;
	font-size: 15px;
}
.inverted
{
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 11;
	padding-right: 5;
}
.inverted-header
{
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
}

.inverted-table
{
	background-color: Transparent;
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul 
{
	list-style-type: none; 
	list-style-image: none;
	margin-left: 15;
	margin-top: 0px;
}

.menu-cell
{
	padding-right: 15;
	text-align: center;
}

.vanilla-table
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}