html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}

/* Remove unwanted elements */
#header, .foot 
{
display: none;
}

/* Ensure the content spans the full width */
#body
{
width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

table td {
	color: Black;
}

td.leftwidth 
{   width: 195px;
    vertical-align: top;
	 display: none;  }
	 
td.rightwidth 
{   width: 150px;
    vertical-align: top;
	 display: none; }

td#box {
   vertical-align: top; }

  p { text-indent: 2em; margin:5px; 
      font: normal normal normal small georgia, times, verdana, arial, helvetica, sans-serif;  
	}
	
  em { font-style: italic; font-weight: bold; }
  strong {font-weight: bold; }
  pre { font-family: monospace; font-weight: bold; font-size: small; text-indent: 2em; }
  
li { list-style: square;
	  font: normal normal normal small/150% georgia, times, verdana, arial, helvetica, sans-serif; }

.bodytext { 
     text-indent: 0em; 
	  font: normal normal normal small georgia, times, verdana, arial, helvetica, sans-serif; 
	  margin: 5px; }

.bodytext2 { 
     text-indent: 2em; 
	  font-family: verdana, arial, helvetica, sans-serif; 
	  font-size: 9pt;
	  margin: 5px; }
	  
.bodytext3 { 
     text-indent: 0em; 
	  font: normal normal normal 10px arial, verdana, sans-serif; 
	  text-align: justify;
	  margin: 5px; }

dt {
	  font: normal normal bold medium georgia, times, arial, verdana, sans-serif; 
	  margin: 10px; }

dd {
     font: normal normal normal small/normal georgia, times, arial, verdana, sans-serif; 
	  margin: 10px;
	  padding: 20px; }

.pp 
{    text-indent: 2em; 
	  font: italic normal bold medium georgia, times, arial, verdana, sans-serif; 
	  color: maroon;
	  margin-bottom: 25px;
	  margin-top: 25px; 
	  background: white; }
	  
.boxedleft 
{   display: none; }

