DIV.content
{
  position: absolute;
  top: 95px;
  left: 120px;
  width: 447;
  z-index: 3;
  background: white;
}

.Heading
{
  font-size: 1.2em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: .5em;
  color: black;
  vertical-align: middle;
}

.subheading
{
  font-size: .6em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
  color: black;
  margin-bottom: .1em;
}

p, .ptext, LI
{
  font-size: .9em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-weight: 400;
  vertical-align: middle;
  margin-top: 1em;
  margin-bottom: 1em;
}

.times
{
  font-size: .8em;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  font-weight: 400;
  color: black;
  vertical-align: middle;
}


.includes
{
  font-size: .6em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  color: black;
}

.head, .head TD
{
  color: #000000;
  background-color: #99CCFF;
  font-weight:700;
  font-size: 1em;
  text-align : center;
  font-family: Arial, Helvetica, sans-serif;
  padding : 3pt 3pt 3pt 3pt;
}

.subhead
{
  color: #000000;
  background-color: #D6D6D6;
  font-weight: 600;
  font-size: .9em;
  text-align : left;
  font-family: Arial, Helvetica, sans-serif;
  padding : 3pt, 3pt, 3pt, 3pt;
}


/*    alternating color patterns in tables and lists      */
.even, .odd, .even TD, .odd TD
{
  font-weight: 500;
  font-style: serif;
  /*text-align: left*/
  list-style: none;
  list-style-type: none;
  padding : 1pt 1pt 1pt 1pt;
 
}

.even, .even TD
{
  background-color: #99CCFF;
}
.odd, .odd TD
{
  background-color: #FFFFFF;
}

.outline
{
  border-width: 1;
  bordercolor: #000000;
  border-style: groove;
}

/***********   linking style sheets  ********/
a:link
{ 
color: blue; 
text-decoration: underline;
}

a:active
{ 
color: blue; 
text-decoration: underline;
}

a:visited
{ 
  color: blue;
  text-decoration: underline;
}

a:hover
{ 
  color: green; 
  text-decoration: none;
}
