body{background:#F0F2CA;font-family:arial,helvetica,san-serif;color:black}
.sfo{font-size:x-large;font-weight:bold}
.sfotest{font-size:x-large;font-weight:bold;color;white}
.subsfo{font-size:large;font-weight:bold;font-style:italic;color:red}
.logo {border-style:none;width:150;height:100}
.content{text-align:justify}
.foot{text-align:center;font-size:x-small}
.cal{border-width:1px;border-color:#000000;border-style:solid; padding-left:5px}

<!-- PAST BACKGROUNDS; FBE289 F0F2CA f0f2ca -->

div.button{border-width: 7px; border-color:#888888; border-style:outset;background:#0070da;width:120px}
div.current{border-width: 7px; border-color:#888888; border-style:inset;background:#0070da;font-weight:bold;color:#7f4f4f;text-align:center;
	width:120px}
	
A.button:link {background:#0070da;font-weight:bold;color:white;text-align:center;
	text-decoration:none;width:106px}
A.button:visited {background:#0070da;font-weight:bold;color:white;text-align:center;
	text-decoration:none;width:106px}
A.button:hover {background:#0070fa;font-weight:bold;color:yellow;text-align:center;
	text-decoration:none;width:106px}

A:link {color:#000066;text-align:center;
	text-decoration:none;width:106px}
A:visited {color:#000066;text-align:center;
	text-decoration:none;width:106px;}
A:hover {background:#0070fa;font-weight:bold;color:yellow;text-align:center;
	text-decoration:none;width:106px}
<!-- link previous  background:#0070da; font-weight:bold; -->

div.subbutton{border-width: 4px; border-color:#888888; border-style:outset;background:#00a0da;
	text-decoration:none;width:108px}
div.subcurrent{border-width: 4px; border-color:#888888; border-style:inset;background:#00a0da;font-weight:bold;color:#7f4f4f;text-align:center;
	text-decoration:none;font-size:x-small;width:108px}
	
A.subbutton:link {background:#00a0da;font-weight:bold;color:white;text-align:center;text-decoration:none;
	font-size:x-small;width:100px}
A.subbutton:visited {background:#00a0da;font-weight:bold;color:white;text-align:center;text-decoration:none;
	font-size:x-small;width:100px}
A.subbutton:hover {background:#00a0fa;font-weight:bold;color:yellow;text-align:center;text-decoration:none;
	font-size:x-small;width:100px}

div.message{background:cccccc}

div.sidebar{background:dddddd;border-style:solid;border-width:2px;padding:5px;font-size=x-small}

tr.dotted {
 height: 15.0pt; 
 vertical-align: middle; 
 white-space: normal; 
 color: black; 
 font-size: 11.0pt; 
 font-weight: 400; 
 font-style: normal; 
 text-decoration: none; 
 font-family: Calibri, sans-serif; 
 text-align: general; 
 border-left: .5pt dotted windowtext; 
 border-right: .5pt dotted windowtext; 
 border-top: .5pt dotted windowtext; 
 border-bottom: .5pt dotted windowtext; 
 padding-left: 1px; 
 padding-right: 1px; 
 padding-top: 1px
 }

td.dotted {
 height: 15.0pt; 
 vertical-align: middle; 
 white-space: normal; 
 color: black; 
 font-size: 11.0pt; 
 font-weight: 400; 
 font-style: normal; 
 text-decoration: none; 
 font-family: Calibri, sans-serif; 
 text-align: general; 
 border-left: .5pt dotted windowtext; 
 border-right: .5pt dotted windowtext; 
 border-top: medium none;
 border-bottom: .5pt dotted windowtext; 
 padding-left: 1px; 
 padding-right: 1px; 
 padding-top: 1px
 }

th.dotted {
 height: 15.0pt;
 vertical-align: middle;
 white-space: normal;
 color: black;
 font-size: 11.0pt;
 font-weight: 600;
 font-style: normal;
 text-decoration: none;
 font-family: Calibri, sans-serif;
 text-align: general;
 border-left: .5pt dotted windowtext;
 border-right: .5pt dotted windowtext;
 border-top: .5pt dotted windowtext;
 border-bottom: .5pt dotted windowtext;
 padding-left: 1px;
 padding-right: 1px;
 padding-top: 1px
 }

input.groovybutton
{
   font-size:15px;
   font-weight:bold;
   color:#BBBBBB;
   width:125px;
   height:25px;
   background-color:#323A4A;
}

input.groovybutt2
{
   font-size:12px;
   font-weight:bold;
   color:#BBBBBB;
   width:120px;
   height:25px;
   background-color:#323A4A;
}

input.groovybutt3
{
   font-size:12px;
   font-weight:bold;
   color:#BBBBBB;
   width:120px;
   height:25px;
   background-color:#000066;
}

<script language="JavaScript">

function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#323A4A";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#BBBBBB";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#BBBBBB";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#323A4A";
}

function unScramble(eMail1,eMail2,linkText,subjectText,statusText){
var a,b,c,d,e;a=eMail1;c=linkText;b=eMail2.substring(0,eMail2.length-5);
if(subjectText!=""){d="?subject="+escape(subjectText);}else{d="";}
if(statusText!=""){e=" onMouseOver=\"top.status=\'"+statusText+
"\'\;return true\;\" onMouseOut=\"top.status=\'\'\;return true\;\"";}else{e="";}
document.write("<A HREF=\"mai"+"lto:"+a+"@"+b+d+"\""+e+">"+c+"</A>");
}

<!--
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_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_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;
}

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_setStatusBarText(txt) {//v1.0
 window.status=txt;
}

// -->

</script>


