BODY
{
  background-color: #ffffff;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

.background_color
{
  background-image: url('background1.jpg');
  background-color: #ebf2eb;
}

.green_standout
{
  background-image: url('background2.jpg');
  background-color: #60a850;
  border-style: solid;
  border-left-width: 5px;
  border-right-width: 7px;
  border-top-width: 4px;
  border-bottom-width: 8px;
  border-left-color: #a0c0a0;
  border-top-color: #c0e0c0;
  border-right-color: #386830;
  border-bottom-color: #284018;
}

.pale_standout
{
  background-color: #e0e0e0;
  border-style: solid;
  border-left-width: 3px;
  border-right-width: 4px;
  border-top-width: 2px;
  border-bottom-width: 5px;
  border-left-color: #f0f0f0;
  border-top-color: #ffffff;
  border-right-color: #a0a0a0;
  border-bottom-color: #707070;
}

DIV
{
  text-align: center;
  position: absolute;
  line-height: 100%;
}

DIV.pale_button
{
  background-image: url('background_gradient.jpg');
  vertical-align: middle;
  color: #000000;
  background-color: #f0f0f0;
  border-style: solid;
  font-style: oblique;
  font-size: 5mm;
  border-left-width: 5px;
  border-right-width: 7px;
  border-top-width: 4px;
  border-bottom-width: 8px;
  border-left-color: #f8f8f8;
  border-top-color: #ffffff;
  border-right-color: #a0a0a0;
  border-bottom-color: #404040;
}

DIV.pale_button:active
{
  border-left-width: 7px;
  border-right-width: 9px;
  border-top-width: 6px;
  border-bottom-width: 10px;
  border-right-color: #f8f8f8;
  border-bottom-color: #ffffff;
  border-left-color: #a0a0a0;
  border-top-color: #404040;
}

DIV.header1
{
  font-weight: bolder;
  font-style: oblique;
  font-size: 5mm;
  color: #000000
}

DIV.header2
{
  font-weight: bolder;
  font-style: oblique;
  font-size: 8mm;
  color: #000000
}

DIV.header3
{
  font-weight: bolder;
  font-size: 11mm;
  color: #000000
}

DIV.sectionheader
{
  font-weight: bolder;
  font-size: 7mm;
  color: #E0E2A0;
}

DIV.sectionheaderhilite
{
  font-weight: bolder;
  font-size: 7mm;
  color: #FFEEEE;
}

DIV.sectionheadershadow
{
  font-weight: bolder;
  font-size: 7mm;
  color: #000000;
}

DIV.colorheader
{
  font-weight: bolder;
  font-style: oblique;
  color: #8FC0C0;
}

DIV.colorheaderhilite
{
  font-weight: bolder;
  font-style: oblique;
  color: #DDFFEE;
}

DIV.colorheadershadow
{
  font-weight: bolder;
  font-style: oblique;
  color: #000000;
}

DIV.content1
{
  font-size: 5mm;
  color: #000000
  line-height: 100%;
  padding-top: 2mm;
  padding-right: 2mm;
  text-align: justify;
  overflow: auto;
}

DIV.content2
{
  font-size: 5mm;
  color: #000000
  line-height: 150%;
  overflow: auto;
  padding-top: 2mm;
  padding-right: 2mm;
  text-align: justify;
}

DIV.fancy
{
  font-size: 5mm;
  font-style: oblique;
  color: #000000
  line-height: 100%;
  padding-top: 2mm;
  padding-right: 2mm;
}

IMG
{
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  border-style: solid;
  border-left-width: 5px;
  border-right-width: 6px;
  border-top-width: 4px;
  border-bottom-width: 7px;
  border-left-color: #b0a0a8;
  border-top-color: #d0c8c8;
  border-right-color: #684850;
  border-bottom-color: #302828;
  height: 100%;
}

IMG.noframe
{
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

A
{
  text-decoration: none;
}

DIV.scroll
{
  overflow: auto;
  padding-top: 2mm;
  padding-right: 2mm;
}

