	/*------------------------------------*/
	/*------ © 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: 12px;
		color: #000000;
	}
	TABLE {
		font-family: Arial, Times New Roman, Courier New, Verdana, Helvetica;
		font-size: 12px;
		color: #000000;
	}
	TD {
		font-family: Arial, Times New Roman, Courier New, Verdana, Helvetica;
		font-size: 12px;
		color: #000000;
	}

	/*------ LINKCOLOR & BEHAVIOR ------*/
	A:link {
		color: #939DA3;
		text-decoration: underline;
	}
	A:visited {
		color: #939DA3;
		text-decoration: underline;
	}
	A:active {
		color: #939DA3;
		text-decoration: underline;
	}
	A:hover {
		color: #939DA3;
		text-decoration: underline;
	}

	/*------ ADDITIONAL SETTINGS / CLASSES ------*/
 	 /* body background */
	.BodyBG {
		background-color: #FF9900;
	}

 	 /* content background */
	.ContBG {
		background-color: #EFF0F0;
	}

	 /* vertical line */
 	.VLine {
		background-color: #FF9900;
 	}

	 /* horizontal line (for lists etc.) */
 	.HLine {
		background-color: #FFFFFF;
 	}

	 /* head background left */
	.HLeft {
		background-color: #FF9900;
	}

 	 /* head background middle */
	.HMiddle {
		background-color: #FF9900;
		font-weight: bold;
		color: #333333;
	}

	 /* head background left & right */
	.HRight {
		background-color: #FF9900;
	}

	 /* hhlline */
	.HHLLine {
		background-color: #FF9900;
	}

	 /* hhrline */
	.HHRLine {
		background-color: #FF9900;
	}

	 /* title */
	.Tit {
		background-color: #EFF0F0;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
	}

 	 /* title background */
	.TitBd {
		background-color: #EFF0F0;
	}

	 /* title 2 */
	.Tit2 {
		background-color: #EFF0F0;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}

 	 /* title background 2 */
	.Tit2Bd {
		background-color: #EFF0F0;
	}

	 /* picture inscription*/
	.PicIns {
		background-color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}

	 /* picture background */
	.PicBd {
		background-color: #FFFFFF;
	}

	 /* list head */
	.HList {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}

