body, td, select, input, textarea {
	background-color:	#F0F1F0;
	margin-left: 		0px;
	margin-top: 		5px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
a:link {
	color: 				#333333;
	text-decoration: none;
}

a:visited  {
	color: 				#333333;
	text-decoration: none;
}

a:active {
	color: 				#333333;
	text-decoration: none;
}

a:hover {
	color: 				#F2A929;
	font-style: italic;
	text-decoration: none;
}

.bright{
	color: #333333;
	font-size: 12px;
}

.dark{
	background-color:	#E1E3E0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.bold{
	font-weight:		bold;
	font-size: 12px;
}

a.bold:active {
	font-weight:		bold; 
	text-decoration:	none
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.dark2 {
	background-color:	#999999;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_bold_Underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

