	/*------------------------------------*/
	/*------ © 2001 release it GmbH ------*/
	/*------------------------------------*/

	/*------ GLOBAL FONTSETTINGS LIKE FACE & COLOR ------*/
	BODY {
		background-color: #FF9900;
		font-family: Arial, Times New Roman, Courier New, Verdana, Helvetica;
		font-size: 13px;
		color: #000000;
	}
	TABLE {
		font-family: Arial, Times New Roman, Courier New, Verdana, Helvetica;
		font-size: 13px;
		color: #000000;
	}
	TD {
		font-family: Arial, Times New Roman, Courier New, Verdana, Helvetica;
		font-size: 13px;
		color: #000000;
	}

	/*------ LINKCOLOR & BEHAVIOR ------*/
	A:link {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	A:visited {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	A:active {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	A:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
