body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 90%;
  color: black; background-color: #fffff2;
  margin-left: 3em; margin-right: 3em;
  margin-top: 1em; margin-bottom: 1em;
}
h1 {text-align: center; font-size: 150%;}
h1.left {text-align: left;}
h2 {text-align:left; font-size: 120%;}
h2.center {text-align:center; font-size: 120%;}
img {border: none;}
input {margin-top: 2px; margin-bottom: 2px;}
.nonprinting {}
.printonly {display: none;}
.printurl {display: none; text-decoration: none;}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.update {font-style: italic; font-size: smaller;}
a.helptext:link {color: green;}
a.helptext:visited {color: #336600;}  /* Dark green for visited... (doesn't work b/c of javascript:) */
@media print{
  body 	{
    background-color: white; background-image: none; color:black; 
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; 
    margin-left: 0; 
    margin-right: 0;
	margin-top: 0%;
  }
  a:link          {color: black; text-decoration: none}
  a:active        {color: black; text-decoration: none;}
  a:visited       {color: black; text-decoration: none;}
  /* a.showurl:after {content:" [" attr(href) "] "; } */ /* Doesn't work in IE 6 */
  h1 {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	margin-top: 0;}
  .nonprinting {display: none;}
  .printonly {display: inline;} 
  .printurl {display: inline; text-decoration: none;}
}