/**
 * Style sheet print
 */
*
{
	body
	{
		margin:0 auto;
		padding:0;
		vertical-align:top;
		font-family:arial,helvetica,sans-serif;
		font-size:12pt;
		color:#000000;
	}      
	#container
	{
		width:80% !important;
	}      
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		text-align:center;
		font-family:arial,helvetica,sans-serif;
		font-weight:bold;
		font-size:15pt;
		color:#000000;
	}      
	.mod_article,
	.ce_text,
	.ce_table,
	.ce_list,
	div,
	span,
	p,
	table,
	tr,
	td,
	th,
	ul,
	li,
	a,
	strong,
	em,
	b,
	i
	{
		text-align:justify;
		vertical-align:top;
		font-family:arial,helvetica,sans-serif;
		font-size:12pt;
		color:#000000;
	}      
	#left,
	#right,
	#header,
	#footer
	{
		display:none;
	}
}
