/* 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: White;
	font-size: 10pt;
}

a
{
	color: #FFD200;
	text-decoration:none;
}

a:hover,a.hover
{
	color: #FFD200;
	text-decoration:underline;
}

input.normal
{
	border : thin solid #4C5A64;
}

input.searchbutton
{
	font-size: 7pt;
	color: yellow;
	background-color : #D8E1E8;
}
.small
{
	font-size: 7pt;
}
.big
{
	font-size: 12pt;
}
a.menu,b.menu,span.menu
{
	color: Red;
	text-decoration:none;
	font-size: 8pt;
}
a.menu:hover
{
	color: Blue;
	text-decoration:underline;
}
a.submenu,b.submenu,span.submenu
{
	color: #FFD200;
	text-decoration:none;
	font-size: 8pt;
}
a.submenu:hover
{
	color: Red;
	text-decoration:underline;
}

