body
{
	background-color: #ffffff;
	font-family: geneva, arial, helvetica;
	font-size: 12px;
}

table
{
	font-family: geneva, arial, helvetica;
	font-size: 12px;
}

table.narrow
{
	width: 50%;
}

table.navigation
{
	width: 100px;
}

td.narrowLeft
{
	width: 33%;
}

td.narrowRight
{
	width: 33%;
	text-align: right;
}

td.right
{
	text-align: right;
}

td.center
{
	text-align: center;
}

td.menu
{
	width: 150px;
	font-weight: bold;
}

td.menuItem
{
	width: 150px;
	padding-left: 10px;
}

hr.menuSeparator
{
	text-align: left;
	width: 50%;
}

.important
{
	font-weight: bold;
	color: red;
}

.underline
{
	text-decoration: underline;
}

.note
{
	font-style: italic;
}

.noBorder
{
	border-style: none;
}

