TABLE 
  {
   font: 10pt Arial, sans-serif;
  }

TABLE.headerMenu
  {
   border-collapse: collapse;
   	align: center;
   color: white;
	font-weight: bold;
   text-align: center;
	font-family: Arial, sans-serif;
	background-color: #5793c9;
	vertical-align: top;
	font-size: 12pt;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #a5a5a5;
	
  }
A.menu {
	color: #ffffff;
	text-decoration: none;
	
}
A:hover {
	color: #a5a5a5;
	cursor: "hand";
}

TD.paddingBottom {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	border-bottom-color: #333366;
}
TD.headerMenu
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5a5a5;
}

TD.body
	{
	border-color: #A5A5A5;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #a5a5a5;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

P.headerMenu
  {
   background-color: #6666cc;
  }

P.headings {
	background-color: #dddddd;
}

P.testimonial
  {
	padding-left: .8cm;
	padding-right: .8cm;
	font-style: italic;
  }

.body
  {
   background-color: white;
  }

B{
	color: #333366;
}
	
B.body
  {
   font-size: 10pt;
   font-family: Arial, sans-serif;
   color: #333366;
   text-decoration: underline;
  }

H3 {
	font-family: Arial, sans-serif;
	color: #333366;
	font-size: 12pt;
	font-weight: bold;
}
