/* Print stylesheet */

html, body
{
	font-family: "Times New Roman", Times, serif;
	width: auto;
	font-size: 11pt;
	background-color: #fff;
	color: #000;
}

div
{
	display: none;
}

#cntTop {
	display: block;
}

#cntWrapper, #cntMain, #cntRight, #cntContent {
	display: block;
}

h1, h2, h3, h4
{
	font-weight: bold;
	padding: 0 0 1em 0;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 11pt;
	padding-bottom: 0;
}

a
{
	color: #000;
}
