<!-- This CSS page strips pages of their styles and uses a basic print style. This page is not currently linked to -->
<!-- the HTML files on this site. If you are experiencing printing problems, try activating this page. -->
<!-- This CSS page strips pages of their styles and uses a basic print style. This page is not currently linked to -->
<!-- the other pages. To link it, add the following line of code in the head beneath the first link tag: -->
<!-- <link rel="print stylesheet" title="print style" type="text/css" media="print" href="style_print.css">  --> 

body
{
background: white;
font-size:13pt;
}

table, div, a, ul, l, li, p
{
color: black; 
background: white;
font:13pt Palatino,Times,Arial,sans-serif;
}

br.newpage
{
page-break-before:always;
}

