/* #################################################################### BLOCK */
body, h1, dl, dt, dd
{
	   display: block !important;
      margin: 0px;
     padding: 0px;
}
blockquote
{
     padding: 0px 40px;
}
dt
{
	border-top: 3px solid black;
	background: #CCC;
}
button, img#top, img#bottom, img#watermark
{
	   display: none;
}
/* #################################################################### FONTS */
body
{
 font-family: Helvetica,Arial,sans-serif;
   font-size: 9pt;
}
h1, h2, dt
{
	 font-size: 13pt;
 font-weight: 900;
	     color: black;
}
h1, address
{
	text-align: center;
	font-style: normal;
}
/* ############################################################## PAGE BREAKS */
blockquote, ul, li, p
{
  page-break-inside: avoid;
}
dt,h1,h2,h3,h4,h5,h6
{
  page-break-after: avoid;
}
/*
h2
{
  page-break-before: always;
}
dd
{
  page-break-after: always;
}
*/
.pagebreak
{
  page-break-after: always;
}