body {
font-family: arial, sans-serif;
font-size: 10pt;
background-color: #fff;
color: #000;
}

h1 {
font-size: 12pt;
border-bottom: 1px solid #000;

}


h2 {
font-size: 11pt;

}



.noncss {
display: none;
}

#content{
}

#sidebar {
display: none;
}

.screenonly {
display: none;
}


span.leftfooter {

font-size: 10pt;
}

span.rightfooter {

display: none;
}

 a:link:after,
a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}
  html.noted a:link:after,
  html.noted a:visited:after {
      content: '';
}


.picright { 
margin: 5px 5px 5px 15px;
float: right;
}

.picleft { 
margin: 5px 15px 5px 5px;
float: left;
}

.pic { 
margin: 5px 5px 5px 5px;
}


