  body {
	font-family: arial;
	font-size: 8pt;
	background-image: Url("images/backingfade.jpg");
	background-repeat: repeat-x;
	background-color: white;
	background-position: top center;
  }
  table {
	font-family: arial;
	font-size: 10pt;
	text-align: left;
  }

  .IntroText {
	font-family: arial;
	font-size: 10pt;
	text-align: justify;
  }

  .FAQText {
	font-family: arial;
	font-size: 10pt;
	line-height: 1.5;
	text-align: justify;
  }

  b {
	color: red;
  }

  .FrontList {
	list-style-image: url(images/checkmark.jpg);
	list-style-type: circle;
	font-size: 12pt;
	list-style-position: inside;
  }

  .ul {
	list-style-image: url(images/checkmark.jpg);
	list-style-type: circle;
	font-size: 10pt;
  }

  hr {
	border: 1px solid #c6c6c6;
  }

  h1 {
	font: 14pt arial;
	font-weight: bold;
	color: Red;
  }

  h2 {
	font: 12pt arial;
	font-weight: bold;
	color: Navy;
  }


  A:link {
	color: #373ef8;
	font-weight: bold;
	text-decoration: none;
  }
  A:visited {
	color: #373ef8;
	font-weight: bold;
	text-decoration: none;
  }
  A:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
  }
  A:active {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
  }


  A.lnkhead:link {
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: normal;
  }
  A.lnkhead:visited {
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: normal;
  }
  A.lnkhead:hover {
	font-family: arial;
	font-size: 10pt;
	color: red;
	text-decoration: none;
	font-weight: normal;
  }
  A.lnkhead:active {
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: normal;
  }