
/*
-----------------------------------------------
SC print style
-----------------------------------------------*/

#footer, #sidebar, #topNav
{
  display: none;
}

div.header
{
	font-size: 14pt;
	color: #000; 
	background: #fff;
}

div.content
{
	font-size: 12pt;
	color: #000; 
	background: #fff;
}

img, a img
{
  border: none;
}

a, a.link, a.visited, a.active
{
	color:#000;
	text-decoration:underline;
}