
.redboldtext { 
  color: red; 
  font-weight: bold; 
}

.whitespaceleft { 
  border-top: 5px solid white; 
  border-left: 5px solid white; 
}

.whitespaceright { 
  border-top: 5px solid white; 
  border-right: 5px solid white; 
}

.sectionheader { 
  text-align: left; 
  font-weight: bold;
  font-size: 13px;
  color: red; 
  padding-top: 10px;
  padding-bottom: 5px;
}

.breadcrumb {
  font-family: arial, verdana, tahoma, sans-serif; 
  font-size: 11px;
  color: gray;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}


table.content {
  border: 1px solid silver;
}

td.header {
  font-weight: bold;
  background-color: #E5E366;
}

.evenrow { background-color: #EEF7FE; }

li.numbered { 
  list-style-image: none; 
  list-style-type : decimal; 
}

a.topjumpmark:link {
  font-weight: bold;
  font-size: 11px;
}

a.topjumpmark:hover { color: navy; }

a.topjumpmark:visited {
  font-weight: bold;
  font-size: 11px;
}

a.topjumpmark:visited:hover { color: navy; }

.testimonial { font-style: normal; font-size: 11px; }
.testimonyby { font-weight: bold; text-align: right; padding-top: 3px; font-size: 11px; padding-right: 30px; }

