/* -------------------------------------------------------------- 

	* cPrint.css - Base Framework CSS
 
	* @version: 2.0
	* @type:    Print
	* @year:    2008
	* @author:  CyberGénération - PG

--------------------------------------------------------------- */

	body {
	  line-height:1.2em;
	  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;   
	  color:#000;
	  background:none;
	  font-size:10px;
	}


/* Layout
-------------------------------------------------------------- */

	.pageContainer, #pageContent { background:none; }
	
	hr { 
	  background:#fff; 
	  color:#fff;
	  display:block;
	  width:100%;
	  height:1px;
	  margin:1em 0 2em;
	  padding:0;
	  border-bottom:solid 1px #999;
	}
		
	hr.bottomSpacer {  margin:2em 0 1em; }
	

/* Text
-------------------------------------------------------------- */

	h1,h2,h3,h4,h5,h6 { font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
	code { font:11px "Courier New", Monaco, Courier, monospace; } 
	
	img { /*float:left;*/0 margin:1.5em 1.5em 1.5em 0; }
	a img { border:none; }
	p img.top { margin-top:0; }
	
	blockquote {
	  margin:1.5em;
	  padding:1em;
	  font-style:italic;
	  font-size:11px;
	}
	
	.small  { font-size:11px; }
	.large  { font-size:13px; }
	.quiet  { color: #999; }
	.hide   { display:none; }


/* Links
-------------------------------------------------------------- */

	a:link, a:visited {
	  background: transparent;
	  font-weight:700;
	  text-decoration: underline;
	}
	