/*
All font sizes in points for printing
*/

body 
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #999;
}
#PrinterHeader
{
	font: 18pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}

#Header, #SubHeader, #MenuColumn, #AdColumn, #Footer  
{
	display: none;
}

#ContentColumn 
{
	text-align: left;
	color: #000;
}

#PrinterFooter
{
	margin-top: 20px;
	text-align: left;
}

h1
{
	font: 18pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
h2
{
	font: 16pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

/*For the twisty content display*/


.TwistBody
{

	display: block;

}


a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}