/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: x-small;
	background-color: #FFF;
	background: #ffffff;
}
 A:active { text-decoration: none ;}
 A:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
 A:visited {
	color: #FFF;
	text-decoration: none;
}
 .TextObject { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;}
 LI {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
 OL { font-size: x-small;}
 A:hover {
	color: #333;
	text-decoration: none;
}
.red_cell {
	background-color: #FF9999;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

