a:link
{
  color:            #000066;
  text-decoration:  none;
}
a:visited
{
  color:            #000066;
  text-decoration:  none;
}
a:active
{
  color:            #000066;
  text-decoration:  none;
}
a:hover
{
  color:            red;
  text-decoration:  underline;
 }

body
{
  color:            #00000;
}
p
{
  font-family:      Arial,Helvetica;
  font-size:        10pt;
  font-weight:      bold;
  color:            #000000;
}

.banner
{
  visibility:       visible;
  position:         absolute;
  background:       transparent;
  background-image: none;
  top:              .5in;
/*
  width:            526px;
  left:             .25in;
*/
  z-index:          1;
}
.menu
{
  visibility:       visible;
  position:         absolute;
  background:       transparent;
  background-image: none;
  width:            170px;
  top:              125px;
  left:             10px;
  z-index:          1;
}
.subHead
{
  visibility:       visible;
  font-family:      Arial,Helvetica;
  font-size:        12pt;
  font-weight:      bold;
  line-height:      1;
  z-index:          3;
}
.rowHeadings
{
  text-decoration:  none;
  color:            black;
  font-family:      Arial;
  font-size:        9pt;

}
.colHeadings
{
  text-decoration:  none;
  color:            black;
  font-family:      Arial;
  font-size:        9pt;

}
.sectionHeadings
{
  text-decoration:  none;
  color:            red;
  font-family:      Geneva,Verdana,Arial;
  font-size:        16pt;

}
.rowData
{
  text-decoration:  none;
  color:            black;
  font-family:      Arial,Helvetica;
  font-size:        8pt;
  font-weight:      bold;
}
.intro
{
  visibility:       hidden;
  position:         absolute;
  font-family:      Arial,Helvetica;
  font-size:        12pt;
  font-weight:      bold;
  background:       transparent;
  background-image: none;
  width:            auto;
  top:              160px;
  left:             195px;
  z-index:          1;
}
.main
{
  visibility:       hidden;
  position:         absolute;

  background:       transparent;
  background-image: none;

/*
  border-type:      ridge;
  border-width:     thick;
  border-color:     #cbc9cb;
  padding:          0;
  margin:           0;
*/
  top:              180px;
  z-index:          2;
}
.summary
{
  font-family:      Arial,Helvetica;
  font-size:        9pt;
  color:            #000000;
  visibility:       visible;
/*  visibility:       hidden;*/
  position:         absolute;
  background:       #FFFFFF;
  background-image: none;
  top:              250px;
  left:             .25in;
  z-index:          2;
}

