body
{
	background-color:transparent;
}
table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	font-weight: 400;
}
.yogurt
{
	font-size: 8pt;
	background-color: #ffeecc;
}
.blue
{
	font-size: 8pt;
	background-color: #f0f0ff;
}
a.small:link, a.small:visited
{ 
	font-size: 8pt;
	color: black;
	text-decoration: none;
} 
a.small:hover
{ 
	font-size: 8pt;
	color: gray;
	text-decoration: none;
}
a:link, a:visited
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color:gray;
	text-decoration: none;
}

