  body {
	font-family: Courier New;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
  }

  h1 {
	font-family: courier new, courier;
	font-weight: 900;
	font-size: 16px;
	text-align: left;
  }
  h2 {
	font-family: courier new, courier;
	font-weight: bold;
	font-size: 10px;        
  }
	
  table {
	table-layout: fixed;
  }

  table.global {
	border: solid black 0px;
	width: 100%;
	height: 100%;
  }

  td.top-bar {
	width: 100%;
	height: 93px;
  }

  table.top-bar {
	width: 100%;
	height: 100%;
  }

  td.tl {
	width: 278px;
	background-image: url( "../img/tl.gif" );
  }

  td.t-rest {

  }

  table.t-rest {
	width: 100%;
	height: 100%;
  }

  td.tm {
	width: 304px;
	height: 79px;
	background-image: url( "../img/tm.gif" );
  }

  td.tr {
	width: 100%;
	height: 79px;
	background-image: url( "../img/tr.gif" );
  }

  td.msg-bar {
	height: 14px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	color: #555555;
	text-align: right;
	padding-right: 1em;
	background-color: #FFFFFF;
  }

  td.under-bar {
	width: 100%;
	height: 100%;
  }
  
  table.under-bar {
	width: 100%;
	height: 100%;
  }

  td.ml {
	width: 196px;
	vertical-align: top;
	background-image: url( "../img/bl.gif" );
  }

  table.ml {
	height: 277px;
	width: 100%;
	background-image: url( "../img/ml.gif" );
	vertical-align: top;
  }

  td.nav-global {
	vertical-align: top;
  }

  td.content {
  
	background-image: url( "../img/con-back.gif" );
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	padding-bottom: 2em;	
	font-family: Tahoma;
	font-size: 8pt;
	text-align: justify;
	padding-top: 2em;
	vertical-align: top;
  }

  td.mr {
	background: url( "../img/br.gif" ) bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
  }

  div.content {
	width: 480px;
	position: relative;
	left: -20px;
  }

  td.bl {
	background-image: url( "../img/bl.gif" );
  }

  table.nav {
	padding-left: 17px;
	font-family: Tahoma;
  }

  td.nav-category {
	font-weight: bold;
	font-size: 12px;
	font-family: courier new;
  }

  td.nav {
	padding-left: 26px;
	font-size: 11px;
  }

  a {
	color: #FF0000;
	text-decoration: none;
  }

  a:hover {
	text-decoration: underline;
  }

  a.nav-current {
	color: #FF0000;
	text-decoration: none;
  }
  a.nav {
	color: #000000;
	text-decoration: none;
  }

  a.nav:visited {
	color: #000000;
	text-decoration: none;
  }

  a.nav:hover {
	color: #FF0000;
	text-decoration: underline;
  }

 table.fees {
	margin: 1em;	
	font-family: Tahoma;
	font-size: 8pt;

 }

 td.description {
	width: 250px;	
	font-family: Tahoma;
	font-size: 8pt;
 }

 td.fee {	
	font-family: Tahoma;
	font-size: 8pt;
 }
 td.description-i {
	width: 250px;	
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
	border-top: 1px dotted #CCCCCC;
 }

 td.fee-i {	
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
	border-top: 1px dotted #CCCCCC;
 }
 div.testimonial-type {
	font-weight: bold;
	text-decoration: underline;
 }
 div.testimonial-content {
	font-family: Arial;
	font-style: italic;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
 }
 div.testimonial-author {
	text-align: right;
	font-weight: bold;
	padding-bottom: 2em;
	padding-right: 2em;
 }
