/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:80% Verdana,Tahoma,Arial,sans-serif;
color:#303030;
}

div.error, td.error {
  color:#B00000;
  font-weight: bold;
}

td.heading {
  color:#201020;
  font-style: italic;
}

td.superheading {
  color:#201020;
  font-style: italic;
  font-weight: bold;
  background: #E0F0E8;
}

td.value {
  background:#F0F0F0;
}

td.receipt_heading {
  color:#201020;
  font-weight: bold;
  text-align: right;
  vertical-align: text-top;
}

input, select {
  background:#F4F4F4;
}