/* CSS-Styles */

body
{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

body, td, ul,  p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}

a
{
	color: Blue;
	text-decoration:none;
}

a:hover,a.hover
{
	color: Red;
	text-decoration:underline;
}

input.normal
{
	border : thin solid #4C5A64;
}

input.searchbutton
{
	font-size: 7pt;
	color: Black;
	background-color : #D8E1E8;
}
.small
{
	font-size: 7pt;
}
.big
{
	font-size: 12pt;
}
a.menu,span.menu,b.menu
{
	color: Red;
	text-decoration:none;
	font-size: 8pt;
	font-weight : bold;
}
a.menuactive,b.menuactive
{
	color: Blue;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bolder;
}
a.menu:hover,a.menuactive:hover
{
	color: Blue;
	text-decoration:underline;
}
a.submenu,span.submenu,b.submenu
{
	color: Black;
	text-decoration:none;
	font-size: 8pt;
	font-weight : bold;
}
a.submenuactive
{
	color: Blue;
	text-decoration:none;
	font-size: 8pt;
	font-weight : bolder;
}
a.submenu:hover,a.submenuactive:hover
{
	color: Blue;
	text-decoration:underline;
}

