<!--
 body         {
                 font-family: Verdana, "Century Gothic", Arial, Helvetica, san-serif;
                 margin-top:    5px;  
                 color: black;
                 font-size: 12px;
                 margin-bottom: 5px;  
                 margin-left: 0;       
                 margin-right: 0;
                 background-color: #036;
              }

 .smalltxt    {
                 font-family: Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: black;
                 font-size: 12px;
              }

 .mediumtxt   {
                 font-family: Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: black;
                 font-size: 13px;
              }

 .bigtxt      {
                 font-family: Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: black;
                 font-size: 14px;
              }

 .vsmall      {  font-size:  10px; }
 .small       {  font-size: 12px; }
 .medium      {  font-size: 13px; }
 .big         {  font-size: 18px; }

  sup         {  font-size: 10px; }

 .blue        {  color: #8fb4ff; }
 .dblue       {  color: #036; }
 .grey        {  color: #525252; }
 .lightgrey   {  color: #eee; }
 .red         {  color: #930; }
 .orange      {  color: #f63; }
 .green       {  color: #00c300; }
 .violet      {  color: #a0f; }
 .white       {  color: fff; }

 
.imglink     {  text-decoration: none;
                 border-style: none;
                 vertical-align: middle;
              }


 .leftcol     {
                 padding-left: 2px;
                 font-size: 12px;
                 background-color: #fff;
              }

 .pagebody    {
                 color: #333;
                 border: 1px solid #036; 
                 padding-left: 4px;
                 padding-right: 4px;
                 padding-bottom: 4px;
                 padding-top: 2px;
                 font-size: 12px;
                 background-image: url('graphics/watermark.jpg');
                 background-position: 100% 100%;
                 background-repeat: no-repeat;
              }


  #st         {  background-color: #8fb4ff;
                 border: 2px solid #069;
                 padding: 5px;
              }

  #st td.l    {  text-align: right;
                 font-size: 12px;
                 vertical-align: top;
                 border-right: 1px solid #069;
                 border-bottom: 1px solid #fff;
              }
                 
 
  #st td.r    {  text-align: left;
                 font-size: 12px;
                 vertical-align: top;
                 border-bottom: 1px solid #fff;
              }
                 
  #panel      {
                 width: 90%;
                 border: 2px solid #069;
                 font-size: 12px;
                 background-color: #eee;
              }

  .fleft      {  width: auto;
                 float: left;
              }

  .fright     {  width: auto;
                 float: right;
              }

 
  h1          {
                 font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: #069;
                 font-size: 20px;
                 font-weight: bold;
                 margin-top: 5px;
                 margin-bottom: 5px;
              }

  h2          {
                 font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: #069;
                 font-size: 16px;
                 font-weight: bold;
                 margin-top: 5px;
                 margin-bottom: 5px;
              }

  h3          {
                 font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: #069;
                 font-size: 14px;
                 font-weight: bold;
                 margin-top: 5px;
                 margin-bottom: 5px;
              }

 #menu        {
                 width: 233px;
                 border: 1px solid #8fb4ff;
                 border-top: none;
                 padding: 0;
                 color: #333;
                 text-align: left;
              }

 #menu ul     {
                 list-style: none;
                 margin: 0;
                 padding: 0;
                 border: none;
              }
		
 #menu li     {
                 border-top: 1px solid #8fb4ff;
                 margin: 0;
              }

 #menu li.s   {
                 border-top: 1px solid #8fb4ff;
                 margin: 0;
                 background-color: #036;
                 color: #fff;
                 font-size: 12px;
                 display: block;
                 padding: 5px 5px 5px 0.5em;
                 text-decoration: none;
                 width: 100%;
              }

 #menu li a   {
                 color: #036;
                 background-color: #eee;
                 display: block;
                 padding: 5px 5px 5px 0.5em;
                 text-decoration: none;
                 width: 100%;
              }

 html>body #menu li a {
                 width: auto;
              }
	   
 #menu li a:hover {
                 background-color: #99c;
                 color: #fff;
              }

.bul          {
                 color: #eee;
              }

 #pt          {  font-size: 12px;
                 border: 2px solid #069;
                 padding: 5px;
              }

 #pt td.h     {  font-size: 11px;
                 font-weight: bold;
                 color: #036;
                 background-color: #8fb4ff;
                 align: left;
                 vertical-align: middle;
                 padding: 5px;
              }

 #pt td.1     {  font-size: 11px;
                 color: #036;
                 background-color: #0cc;
                 align: left;
                 vertical-align: middle;
                 padding: 5px;
              }

 #pt td.2     {  font-size: 12px;
                 color: black;
                 background-color: #eee;
                 align: left;
                 vertical-align: middle;
                 padding: 5px;
              }

 ol           { 
                list-style-type: none;
                list-style: outside;
              }

 li           {
                display: list;
              }

 li.i         { display: inline; }

 A            {
                 font-family: "Microsoft Sans Serif", Verdana, "Century Gothic", Arial, Helvetica, san-serif;
                 font-size: 12px;
                 text-decoration: underline;
              }
 
 A:link       { 
                 color: #005A87;
                 font-size: 12px;
                 text-decoration: underline; 
              }

 A:visited    {  color: #005A87;
                 font-size: 12px;
              }

 A:active     { 
                 color: #005A87;
                 font-size: 12px;
                 border-style: none;
              }

 A:hover      { 
                 text-decoration: underline;
                 font-size: 12px;
                 background: lightgoldenrodyellow;
              }

-->

