		
		
		/* CSS Document */
		
		/* ----------------------------------------------------
		General
		---------------------------------------------------- */
		
		body
			{
			font-size: 11px;
			font-family:  Arial, Helvetica, sans-serif;
			color: #000;
			line-height: 18px;
			}
			
		.logo
			{
			border: none;
			}
			
		h1
			{
			font-size: 14px;
			font-weight: bold;
			color: #000;	
			}
			
		div#content
			{
			margin: 0 auto; 
			padding: 0;
			padding-top: 10px;
			position: relative;
			top: 0px;
			width: 100%;
			}
			
		
			
		/* ----------------------------------------------------
		Display
		---------------------------------------------------- */
		
		#headerBg, #nav, #contentColHome, #contentCol,  #footer
			{
			display: none;
			}
			
		/* ----------------------------------------------------
		Links
		---------------------------------------------------- */
			
		a:link, a:visited 
			{
			color: #000;
			text-decoration: underline;
			}
/*			
		#contentMain a:link:after, #contentMain a:visited:after 
			{
			content: " (http://www.xsensor.com/" attr(href) ")";
			}*/
			
			
