﻿P 
{ 
  margin:  8px 8px 2px 8px;
}
.text, .subtitle, .header, .menu, .menuitem, .menuitemhover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.subtitle 
{
	font-size: 40pt;
	font-style:italic;
	letter-spacing:-2px;
	color:white;
}
.header
{
  font-size: 12pt;
  letter-spacing: 0.8em;
  color: #727272;
  text-decoration: none;
  line-height: 20px;
  cursor: default;
}
.menu, .menuitem, .menuitemhover
{
  font-size: 10pt;
  color: #707070;
  line-height: 20px;
  text-indent: 4px;
  text-decoration: none;
  background-repeat:no-repeat;
}
.menuitem, .menuitemhover
{
  border-top: dotted 1px silver;
  text-indent: 38px;
  padding-bottom: 1px;
}
.menuitemhover
{
  color: Black;
  background-color: #99ccff;
  cursor: pointer;
  border-right: solid #6699ff 1px;
  border-top: solid #6699ff 1px;
  border-bottom: solid #6699ff 1px;
  padding-bottom: 0px;
}
