<!--
 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;
              }

 .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: #99c; }
 .grey        {  color: #525252; }
 .lightgrey   {  color: #eee; }
 .red         {  color: #930; }
 .orange      {  color: #f90; }
 .green       {  color: #00c300; }
 .violet      {  color: #a0f; }
 .white       {  color: fff; }

 .orangebox   {  background-color: #f90;
                 color: black;
                 font-size: 12px;
                 font-weight: bold;
                 border: 2px solid #eee;
                 padding: 5px;
                 vertical-align: middle;
                 width: 50%;
                 height: 50%;
              }

 .greybox     {  background-color: #666;
                 color: white;
                 font-size: 12px;
                 font-weight: bold;
                 border: 2px solid #eee;
                 padding: 5px;
                 vertical-align: middle;
                 width: 50%;
                 height: 50%;
              }

 .imglink     {  text-decoration: none;
                 border-style: none;
                 vertical-align: middle;
              }

 .redback     {
                 background-color: #930;
                 color: white; 
              }

 .linkpanel   {
                 background-color: #EEE;
                 color: #eee;
                 border-top: 4px solid #903;
                 border-bottom: 2px solid #525252; 
              }

 .pagebody    {
                 background-image: url('graphics/amr_bg.jpg');
                 background-repeat: no-repeat;
                 background-position: 100% 100%;
                 color: #333;
                 border-left: 2px solid #f90; 
                 padding-left: 10px;
                 font-size: 12px;
              }

  .form       {
                 border: 2px solid #930;
                 font-size: 12px;
                 background-color: #eee;
              }
 
  #panel      {
                 width: 90%;
                 border: 2px solid #930;
                 font-size: 12px;
                 background-color: #fc6;
              }
 
  #panel .h   {
                 background-color: #eee;
                 color: #930;
                 font-weight: bold;
                 vertical-align: middle;
                 padding: 2px;
              }

  #panel .b   {
                 padding: 5px;
              }

  #panel img  {
                 vertical-align: middle;
                 padding-right: 5px;
              }

  h1          {
                 font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: #333;
                 font-size: 24px;
                 font-weight: bold;
                 margin-top: 5px;
                 margin-bottom: 5px;
              }

  h2          {
                 font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, "Century Gothic", san-serif;
                 color: #f90;
                 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: #930;
                 font-size: 14px;
                 font-weight: bold;
                 margin-top: 5px;
                 margin-bottom: 5px;
              }

 #crumbs      {
                 color: #333;
                 font-size: 10px;
              }

 #crumbs a    { 
                 color: #036; 
                 font-size: 10px;
                 text-decoration: underline;
              }

 #crumbs a:hover {
                 background: lightgoldenrodyellow;
                 color: #333;
              }

 #menu        {
                 width: 180px;
                 border: 1px solid #000;
                 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 #333;
                 margin: 0;
              }

 #menu li.s   {
                 border-top: 1px solid #333;
                 margin: 0;
                 background-color: #333;
                 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: orange;
                 color: #000;
              }

.bul          {
                 color: #eee;
              }

 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;
              }

-->

