.FontMenu
{
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 10pt;
line-height: 1.4;
text-decoration: none;
color:black;
}
.FontBody
{
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 10pt;
text-decoration: none;
color: 333344
}
.FontError
{
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 10pt;
text-decoration: none;
color:red;
}
.FontTree
{
font-family: monospace;
font-size: 8pt
}
.FontOptionList
{
font-family: monospace;
font-size: 10pt
}

.FontLastupdate
{
font-family: monospace;
font-size: 8pt
}

select { solid #888888; padding:0px; }

A:hover {
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}


.shadow_table
	{
		padding:			8px;
		width:				640px;
		filter:				dropshadow
								(
									color = #D0D0D0,
									offx= 3,
									offy= 3,
									positive= true
								)
	}
