/*	-------------------------------------------------------------
	Linea Quattro Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Global styles
	Filename:			global.css
	Date:				February 2, 2007
	------------------------------------------------------------- */

/*	-------------------------------------------------------------
	Generic Elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		text-align: center;
		margin: 0px 0 0 0;
	}

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Tahoma, san-serif;
	font-size: 12px;
	}
