body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
}

.Menu
{
	color: white;
	font-weight: bold;
}

.MenuItem
{
	height: 20;
	width: 100%;
	cursor: hand;
	border-bottom-width: 1;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

a
{
	color: Black;
}

a:hover
{
	color: Gray;
}

INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}