/* style1.css */

body
{
  background-color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #336600;
  line-height: 150%;
  scrollbar-face-color: #FFFFFF;
  scrollbar-shadow-color: #333333;
  scrollbar-highlight-color: #EEEEEE;
  scrollbar-3d-light-color: #FFFFFF;
  scrollbar-dark-shadow-color: #AAAAAA;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #FFFFFF;
}

body.top,body.bottom
{
  background-color: #CCFF33;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 150%;
}

p,a,table,ul
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #336600;
  line-height: 140%;
}

h1
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
  color: #336600;
  background-color: #CCFF33;
  text-align: center;
  line-height: 150%;
}

h2,h3,h4,h5,h6
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12pt;
  color: #336600;
  line-height: 150%;
}

