BODY, TD {
	font-family : Verdana, "MS Trebuchet", Arial, sans-serif ;
	font-size : 11px;
	color: Navy;
}

h1 {
	font-family : Verdana, "MS Trebuchet", Arial, sans-serif ;
	font-size : 13pt;
	font-weight : bold;
	color : #009CFF;
}

h2 {
	font-family : Verdana, "MS Trebuchet", Arial, sans-serif ;
	font-size : 10pt;
	background-color : transparent;
	padding-top : 20px;
}

h3 {
	font-family : Verdana, "MS Trebuchet", Arial, sans-serif ;
	font-size : 8pt;
	color : White;
	font-weight : lighter;
	background-color : transparent;
}

small {
	font-family : Verdana, "MS Trebuchet", Arial, sans-serif ;
	font-size : 8px;
	color : White;
}

ul {
	list-style-image : url(images/menue/list.gif);
	list-style-position : inside;
	list-style : outside;
	margin-top : 1px;
	margin-left: 25px;
}

A {
	color: #009CFF;
	background-color : transparent;
	text-decoration : none;
}

A:Hover {
	text-decoration: underline;
	color: #00CEFF;
	background-color : transparent;
}