/* DATEI: mbbmindx.css */

/* The following is an MS recomendation and only recognized (at this time) by IE6 (who's the guy with the horizonal scrollbar problems */
HTML { overflow-x : hidden }

body { overflow:hidden; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
div {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	background-color : White;
	line-height : normal;
	color : blue;
	font-size : 12px;
}
.ajscrollerTitle {
	font-size : 14px;
	font-weight : bold;
	color : blue;
}
.ajscrollerSubtitle {
	font-weight : bold;
	font-style : italic;
	margin-left : 20px;
	color : blue;
}
.ajscrollerHead {
	font-size : 14px;
	font-weight : bold;
	color : blue;
}
.ajscrollerSubhead {
	font-weight : bold;
	margin-left : 20px;
	color : blue;
}
.ajscrollerSubsubhead {
	margin-left : 40px;
	font-size : 10px;
	color : blue;
}
A:link		{ text-decoration: none; }
A:visited	{ text-decoration: none; }
A:active	{
	text-decoration: none;
	color : Red;
}
