<% ' Style Sheet for the Profile Editor
   ' Written by Christoph Neumann, Christopher Frazier
   ' Started: 2-3-98    Last Modified: 5-4-98
%>
<style>
<!--
input {
  font-family: "Courier New", "Courier", "Geneva", "Chicago", monospace;
  font-size: 10pt;
  }

input.button {
  font-family: "MS Sans Serif", "Verdana", "Helvetica", "Chicago", "Arial", sans-serif;
  font-size: 9pt;
  }

select {
  font-family: "Courier New", "Courier", "Geneva", "Chicago", monospace;
  font-size: 10pt;
  }

textarea {
  font-family: "Courier New", "Courier", "Geneva", "Chicago", monospace;
  font-size: 10pt;
  }
  
.MSSans {
  font-family: "MS Sans Serif", "Verdana", "Helvetica", "Chicago", "Arial", sans-serif;
  font-size: 9pt;
  }

.textarea-on { font-family: "Courier New", "Courier", "Geneva", "Chicago", monospace; font-size: 10pt; }
.textarea-off { font-family: "Courier New", "Courier", "Geneva", "Chicago", monospace; font-size: 10pt; background-color: #CCCCCC}

-->
</style>