@charset "utf-8";

/* This style sheet belongs to www.fliss.co.uk */

@media print{
/* If you want to print in Courier, change this line: */
   div.textblock {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
/*   or if you want the screen and print to be exactly the same, put the font ONLY in the "media all" block */   
}

@media screen{
   div.textblock {font-size: 1em;}
  
}


@media all {

  body {font-size: 1em;}
  h3 {font-weight: normal; font-size: 200%; line-height: 30pt; text-align: left;}
  h4 {font-size: 130%; font-weight: normal; }
  dd {margin-top: -17px; margin-left: 100px; margin-bottom: 5pt; line-height: 19px; 
      padding-left: 1em; padding-right: 20px;}
  dt {display: inline; width: 100px; margin-top: 10pt;}
  dl#ed dd {margin-left: 220px;}
  dl#ed dt {width: 220px;}
  p {max-width: 1085px;}
}
