/* Generel */
body
{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 10pt;
	margin: 0px;
}

td
{
	//font-family: Tahoma, Verdana, Arial, Serif;
	font-family: Verdana, Arial, Serif;
	font-size: 8pt;

}

a:link, a:visited, a:active
{
	color: rgb(51,51,51);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}