@charset "UTF-8";

/******************/
/* HITI2022 Styles */
/******************/

/****** General */
	body  															/* define the basic appearance of the page */
		{ font								: 100% Verdana, Arial, Helvetica, sans-serif
		; background-image				: url(http://hiti.harrier.ch/_grafix/ononfeet_light.gif);           
		; background-color				: transparent
		; color								: black
		}

/****** Report lines */
	td.evenRow 														/* even rows in a table - to be implemented */
		{ background-color   			: wheat
		; color								: black
		}
	td.oddRow 														/* odd  rows in a table - to be implemented */
		{ background-color   			: #EFF0CA
		; color								: black
		}

/****** Report heading */
	div.envelope													/* Width of the report */
		{ width 								: 850px
		; margin 							:   0px auto  0px auto 
		}
	div.head_1,div.head_2
		{ text-align 						: center
		}
	div.head_2
		{ margin-top						: 40px
		}
	div.head_2_1
		{ font-size							: 16.0pt
		; color								: #656598
		; font-weight						: bold
		}
	div.head_2_2
		{ font-size							: 13.0pt
		; color								: #656598
		}
	div.head_2_3
		{ font-size							: 11.0pt
		; color								: #656598
		; margin-top						: 30px
		}
	img.leftlogo													/* Left image in report heading */
		{ width								: 120px
		; height								: 139px
		}
	img.rightlogo													/* Right image in report heading */
		{ width								: 120px
		; height								: 139px
		}
	a.link,a.visited
		{ color								: #656598
		}
