/* CSS-Styles */

body
{
	margin-top: 30;
	margin-left: 20;
	margin-bottom: 20;
	margin-right: 20;
}

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: #909090;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bold;
}
a.menuactive,b.menuactive
{
	color: #000000;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bolder;
}
a.menu:hover,a.menuactive:hover
{
	color: #ff0000;
	text-decoration:underline;
}

a.submenu,span.submenu,b.submenu
{
	color: #008E30;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bold;
}
a.submenuactive,b.submenuactive
{
	color: #000000;
	text-decoration:none;
	font-size: 8pt;
	font-weight : bolder;
}
a.submenu:hover,a.submenuactive:hover
{
	color: #ff0000;
	text-decoration:underline;
}
