html		{
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body	{
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	background-color: #DDE1F0;
	color: #000000;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif; 
	font-size: 12px;
}

a 	{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000BB;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.menuleft
{
	color: #000000;
	text-decoration: none;
}

a.menuleft:visited
{
	color: #000000;
	text-decoration: none;
}

a.menuleft:hover
{
	color: #000000;
	text-decoration: none;
}

p.margin
{
	margin-right: 35px;
}

