TABLE 
  {
   font: 10pt Arial;
  }

TABLE.header
  {
   border-collapse:collapse;
   background-color: darkblue;
   width: 100%;
   text-align: center;
  }

TABLE.headerMenu
  {
   border-collapse: collapse;
   align: center;
   color: white;
   background-color: darkblue;
   width: 500px;
   font: 8pt Arial;
   font-weight: bold;
   text-align: center;
  }

TABLE.services
  {
	font: 8pt Arial;
	border-collapse: collapse;
	cellpadding: .5cm
  }
.caption
	{
	 background-color: darkblue;
	 color: white;
	 font-weight: bold;
	 font: Times New Roman 8pt;
	 padding: .1cm .3cm;	           
	}

A.menu {
	color: #ffffff;
	text-decoration: none;
	
}

A.menu:hover {
	color: #eee8aa;
	cursor: "hand";
}

P.headerMenu
  {
   background-color: darkblue;
  }

P.headings {
	background-color: #dddddd;
}

P.testimonial
  {
	padding-left: .8cm;
	padding-right: .8cm;
	font-style: italic;
  }

P.title
  {
	padding-left: .3cm;
	font: 14pt Arial;
 	font-weight: bold;
	color: darkblue;
 	text-align: center;
  }

DIV.testimonial
  {
	color: #000080;
	font-style: italic;
  }
.body
  {
   background-color: white;
  }

.body H4
  {
   font: 10pt;
  }

.title
  {
	background-color: white;
	font: 20pt;
	color: darkblue
  }

H3 {
	color: #4949a3;
	font-family: Arial;
	font-size: 12pt
}

.DropDownMenu
  {
   display: none;
   background-color: menu;
   border: 2 outset gray;
  }

.DropDownMenu TD
  {
   border: 1 groove gray;
   text-indent: 5pt;
  }

.DropDownMenu A
  {
    padding-left: 5pt;
    padding-right: 5pt;
    text-indent: 0pt;
    width: 100%;
    text-decoration: none;
    color: navy;
  }
