/*	-------------------------------------------------------------
	Linea Quattro Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Global styles
	Filename:			global.css
	Date:				February 2, 2007
	------------------------------------------------------------- */

/*	-------------------------------------------------------------
	Generic Elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
	#flashcontent {
	text-align: center;
	margin: 5px 0px 0px 0px;
	}

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: Arial, Tahoma, san-serif;
	font-size: 12px;
	}
