html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

img
{
	border: none;
}

td
{
	vertical-align: top;
}

a
{
	color: #cc0000;
}

.menuitem
{
	vertical-align: top;
	font-size: 12px;
}

a.menuitem
{
	color: #ffffff;
	text-decoration: none;
}

a.menuitem:hover
{
	text-decoration: underline;
}

hr
{
	height: 1px;
	color: #666666;
}