/**
 * Style sheet print
 */
*
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10pt;
	color:#000;
	line-height:1.3em;
}

#footer, #header, #tl_search, #left
{
	display:none;
}

h1
{
	margin-top:15px;
	font-size:14pt;
}

h2, h2 *
{
	font-size:12pt;
}

h3, h3 *
{
	font-size:11pt;
}

.hidden
{
	display:none;
}

