A
{
  font-size: 11px;
  color: black;
  text-decoration: none;
}
A:hover
{
  text-decoration: underline;
}
body, table
{
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	background-color: White;
}
table
{
	border: 0px;
}
.outerTable /* table for the whole page layout */
{
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-width: 0px;
}
.leftTableTD
{
  vertical-align: top;
}
.leftTable /* left inner table for menu */
{
  width: 265px;
  border: 0px;
  margin-top: 0px;
  margin-left: 25px;
  vertical-align: top;
}
.rightTableTD
{
  padding-left: 9px;
  height: 100%;
  vertical-align: top;
}
.rightTable /* right inner table for page data */
{
  padding-left: 9px;
  border: 0px;
  height: 100%;
  border-left: #A0B3C1 1px solid;
  vertical-align: top;
}
.pageNameLabel
{
  color: white;
  background-color: #042E56;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.innerTable
{
  border: 0px;
  padding: 10px;
}
.testimonyText
{
  font-weight: bold;
  font-size: 11px;
  color: #042d56;
  line-height: 18px;
}
.testimonyAuthor
{
  font-size: 11px;
  font-weight: bold;
  color: #042D56;
  font-style: italic;
}
img
{
	border: 0px;
}
.lightBlueBG
{
	background-color: #E4F0F2;
}
.darkBlueBG
{
	background-color: #042D56;
}
.darkBlueBGFaq
{
  background-color: #042D56;
  color: White;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
}
.darkBlueText
{
  color: #042D56;
  background-color: White;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.yellowBG
{
	background-color: #FFD912;
}
.yellowText
{
	color: #FFD912;
}
.sectionHeading /* as in FAQ */
{
  font-weight: bold;
  font-size: 12px;
}
.employeeName
{
  color: #032E59;
  font-size: 16px;
  font-weight: bold;
}
.employeeQuote
{
  color: #616161;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
.bottomMenuDIV
{
  border-top: 12px solid #FFD912;
}
.bottomMenuTD
{
  padding-top: 20px;
}