﻿BODY     {
                font-family: helvetica,arial;

              }

<STYLE TYPE="text/css">

a:hover { text-decoration: underline
}
<!--
.style53 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #848284;
}

.style54 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC0000;
	letter-spacing: 2px;
}
.style55 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #848284;
	letter-spacing: 2px;
}
.style56 {
	background-color: #FFFFFF;
}
.style57 {
	text-align: left;
}
a {
	color: #848284;
}
a:visited {
	color: #848284;
}
a:active {
	color: #848284;
}
.style64 {
	text-decoration: none;
	text-align: left;
}
.style65 {
	font-size: small;
	color: #848284;
}
.style66 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #CC0000;
}
.style67 {
	margin-left: 40px;
}
.style61 {
	border-width: 0px;
	margin: 1px;
	color: #848284;
	vertical-align: middle;
	font-size: small;
}
.style48 {
	font-family: serif;
	color: #848284;
}
.style63 {
	color: #848284;
	font-size: small;
}
.style73 {
	font-family: helvetica, arial;
	color: #848284;
}
.style74 {
	text-decoration: none;
	text-align: left;
	font-size: small;
	font-family: helvetica, arial;
	color: #848284;
}
.style75 {
	color: #CC0000;
}
.style76 {
	border-width: 0px;
	margin: 1px;
	color: #CC0000;
	vertical-align: middle;
	font-size: small;
}
.style77 {
	text-decoration: none;
	text-align: left;
	color: #CC0000;
}
.style78 {
	color: #CC0000;
	font-size: small;
}
.style80 {
	color: #848284;
}
.style81 {
	margin-left: 40px;
	text-align: right;
	font-size: large;
}
.style82 {
	color: #CC0000;
	font-family: helvetica, arial;
}
.style83 {
	font-family: helvetica, arial;
}

.style85 {
	font-size: medium;
	color: #CC0000;
}
.style30 {
	text-decoration: none;
}
.style51 {
	text-align: right;
}
.style52 {
	text-align: center;
}
.style53 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #848284;
}
.style54 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
	letter-spacing: 2px;
}
.style55 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #848284;
	letter-spacing: 2px;
}
.style56 {
	background-color: #FFFFFF;
}
.style57 {
	text-align: left;
}
.style62 {
	border-width: 1px;
	text-align: center;
	}
.style65 {
	font-family: Arial, Helvetica, sans-serif;
	color: #848284;
	font-size: small;
}
.style66 {
	text-decoration: none;
	font-size: small;
}
.style61 {
	border-width: 0px;
	margin: 1px;
	color: #848284;
	vertical-align: middle;
	font-size: small;
}
.style48 {
	font-family: serif;
	color: #848284;
}
.style63 {
	color: #848284;
	font-size: small;
}
.style64 {
	font-size: small;
}
.style34 {
	color: #800000;
}
.style67 {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: small;
}
.style68 {
	text-decoration: none;
	color: #800000;
}
.style69 {
	border-width: 0px;
	margin: 1px;
	color: #800000;
	vertical-align: middle;
	font-size: small;
}
.style70 {
	color: #800000;
	font-size: small;
}
.style71 {
	font-family: Arial, Helvetica, sans-serif;
	color: #848284;
}
.style72 {
	font-family: serif;
}
.style74 {
	font-size: large;
	color: #CC0000;
}
.style84 {
	font-size: small;
	color: #848284;
	text-decoration: none;
	text-align: right;
	font-family: helvetica, arial;
}
<script type="text/javascript">
<!--
function FP_swapImgRestore() {//v1.0
 var doc=document,i; if(doc.$imgSwaps) { for(i=0;i<doc.$imgSwaps.length;i++) {
  var elm=doc.$imgSwaps[i]; if(elm) { elm.src=elm.$src; elm.$src=null; } } 
  doc.$imgSwaps=null; }
}

function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}
// -->
</script>
-->
</style>

