@CHARSET "ISO-8859-1";

BODY {
	BACKGROUND-COLOR: #000000;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	COLOR: #FFFFFF;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}

TABLE {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	COLOR: #FFFFFF;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}

TD.TITEL_ROW {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

TD.TITEL_ROW_WHITE {
	color: #FFFFF;
	font-size: 12px;
	font-weight: bold;
}

TD.TITEL_ROW_WHITE_14 {
	color: #FFFFF;
	font-size: 14px;
	font-weight: bold;
}

TD.RESULT_ROW {
	color: #FFFFFF;
	font-size: 35px;
	font-family: Impact, arial;
	font-weight: bold;
}

TD.SMALL_RESULT_ROW {
	color: #FFFFFF;
	font-size: 12;
	font-family: arial;
}

TD {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

TD.BOLD {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

TD.BOLD_12 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

IFRAME.WHITE_BOLD {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 540px; 
	height: 300px;
	overflow: hidden;
	border:0px solid #FFFFFF;
	}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:540px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:1em;		
	}
	
div.scroller div.content {
	width: 10000px;
	}

a:hover {
	color: #FFA2A5;
	text-decoration:none;
}
a {
	font-family: sans-serif, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}