body
{
   background-image: url(_themes/copy-of-dpa-sand/tile.gif);
}


div#main
{
   color: #008000;
   font-size: larger;
}

p.form
{
   font-weight: bold;
}

* html img.itemImage
{ 
   height: expression( this.scrollHeight > 139? "140px" : "auto" ); /* sets max-height for IE */
}

img.itemImage
{ 
   max-height: 140px; /* this sets the max-height value for all standards-compliant browsers */
}



