/* CSS-Styles */

td, ul,  p, a
{
	font-family:Arial,Verdana,sans-serif;
	color: black;
	font-size: 9pt;
}

a
{
	color: blue;
	text-decoration:none;
}

a:hover,a.hover
{
	color: Red;
	text-decoration:underline;
}

.small
{
	font-size: 8pt;
}


