<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  body {
	font-family: "Verdana";
        color: Navy;
        font-size: 12px;
  }
  tbody {
	font-family: "Verdana";
        font-size: 12px;
  }

  .backlink {
    background-image: url("images/link.gif");
    background-repeat: no-repeat;
  }
  .backtitle {
    background-image: url("images/link2.gif");
    background-repeat: no-repeat;
  }

  .frm {
    	width: 250px;
	border-color: "#5075ac";   
	border-width: 1px;
	border-style: "solid";
	background-color: "#eeeeee";
	scrollbar-face-color: "#9095ac";
	scrollbar-base-color: "#5075ac";
  }

  .myLink {
    color: #3380C5;
    text-decoration:none;
  }
  .myLink:hover {
    color: #3380C5;
    width: 100%;
    background-color: #E3F0F5;
    text-decoration:underline;
  }
  .myLinkA {
    color: #D61B29;
    text-decoration:none;
  }
  .myLinkA:hover {
    color: #D61B29;
    width: 100%;
    background-color: #FFEBF9;
    text-decoration:underline;
  }

  .butt {
    	width: 100px;
	border-color: "#5075ac";   
	border-width: 1px;
	border-style: "solid";
	background-color: "#eeeeee";
  }

.menulink {
    color: #3380C5;
    background-color: #E3F0F5;
    text-decoration: underline;
}

.menulinkhref {
    color: #3380C5;
    text-decoration: none;
	font-weight: bold;
}

.menulinkA {
    color: #D61B29;
    background-color: #FFEBF9;
    text-decoration: underline;
}

.menulinkhrefA {
    color: #D61B29;
    text-decoration: none;
	font-weight: bold;
}
</pre></body></html>