/* last update 20050729 */
/* last update 20050623 added stdleft n stdright */
/* last update 20050315 */

   a:hover {background-color:lightgrey;}

   a:link {color:blue;}
   a:visited {color:maroon;}
   a:active {color:red;}

   body {background-color:white;}

   h1 {
      font-family:"Times New Roman";
      font-size:1em;
      font-style:bold;
      color:blue;
   }

   h2 {
      font-family:"Times New Roman";
      font-size:1em;
      font-style: bold;
      color:blue;
   }


   .stdnofloat {
      float: none;
   }

   .stdleft {
      float: left;
   }

   .stdright {
      float: right;
   }

   .std1 {
      font-family:Arial;
      font-size:1em;
      color:blue;
      background-color:white;
   }

   .std1 ul {
      font-family:Arial;
      font-size:1em;
      color:blue;
      background-color:white;
   }

   .smallfont {
      font-family:Arial;
      font-size:0.7em;
      color:blue;
      background-color:white;
   }

   .stdblack {
      font-family:Arial;
      font-size:1em;
      font-style: bold;
      color:blue;
      background-color:white;
   }

   .stdblack ul {
      font-family:"Times New Roman";
      font-size:0.8em;
      color:black;
      background-color:white;
   }


   .std2 {
      font-family:Arial;
      font-size:1em;
      color:blue;
      background-color:lightyellow;
   }


   .std1 p {
      font-family:"Times New Roman";
      font-size:1em;
      color:black;
      background-color:white;
   }


   .table1 {
      font-family:Arial;
      font-size:1em;
      color:darkblue;
      background-color:white;
      border-color:darkblue;
      border-width:1px;
      border-style:solid;
   }


   .table1 td {
      border-color:darkblue;
      border-width:1px;
      border-style:solid;
   }



   .tablefontred {
      font-family:Arial;
      font-size:1em;
      color:red;
      background-color:white;
      border-color:black;
      border-width:1px;
      border-style:solid;
   }


   .tablefontred td {
      border-color:black;
      border-width:1px;
      border-style:solid;
   }


   .tablebluegreen td {
      color:blue;
      background-color:lightgreen;
   }


   .tableredboldgrey td {
      font-size:1.1em;
      color:red;
      background-color:lightyellow;
   }



   .tableredgrey td {
      color:red;
      background-color:lightyellow;
   }



   .tablefontjustred td {
      color:red;
   }

   .tablefontjustblue td {
      color:blue;
   }

   .tablefontjustblack td {
      color:black;
   }

   .tablefontjustgreen td {
      color:green;
   }

   .tablefontblue {
      font-family:Arial;
      font-size:1em;
      color:blue;
      background-color:white;
      border-color:black;
      border-width:1px;
      border-style:solid;
   }


   .tablefontblue td {
      border-color:black;
      border-width:1px;
      border-style:solid;
   }


   .tablenoborder {
      font-family:Arial;
      font-size:1em;
      color:black;
      background-color:white;
      border:none;
   }


   .tablenoborder td {
      border:none;
   }



   .textbox1 {
      font-size:1em;
      color:black;
      background-color:white;
   }

   .textbox2 {
      font-size:1em;
      color:red;
      background-color:lightgreen;
   }

   .textredonly {
      font-size:1em;
      color:red;
   }

   .textblueonly {
      font-size:1em;
      color:blue;
   }

   .MakeInvisible {
	visibility:hidden;
   }

   .MakeVisible {
	visibility:visible;
   }



   .DivMenu {position:absolute;
      left:-200;
      top:-1000;
      width:100;
      z-index:50;
      background-color:lightgrey;
      border: 4px groove lightgrey;
   }

   .DivMenu2 {position:relative;
      left:-200;
      top:-1000;
      width:100;
      z-index:100;
      background-color:lightgreen;
      border: 4px groove lightgrey;
   }


   .TDMenu {
      color:darkblue;
      font-family:verdana;
      font-size:70%;
      width:100%;
      cursor:default;
   }

   .TDMenu2 {position:relative;
      color:darkblue;
      font-family:verdana;
      font-size:70%;
      width:100%;
      cursor:default;
   }

   .test {position:relative;
	visibility:visible;
      left:100;
      top:100;
      z-index:100;
      font-size:2em;
      color:white;
      background-color:black;
   }

   .test2 {position:absolute;
	visibility:hidden;
      left:100;
      top:100;
      z-index:100;
      font-size:2em;
      color:white;
      background-color:black;
   }


   .test3 {position:relative;
      left:300;
      top:300;
      font-size:2.5em;
      color:blue;
      background-color:pink;
      font-family:verdana;
   }

   .test4 {position:absolute;
      font-size:3.5em;
      color:red;
      background-color:lightblue;
   }


   .test5 {position:absolute;
      font-size:1.5em;
      color:red;
      background-color:lightblue;
   }


   .test6 {position:absolute;
      font-size:2.5em;
      color:green;
      background-color:pink;
   }



   .testcell1 {
      color:red;
      background-color:lightblue;
   }

   .testcell2 {
      color:blue;
      background-color:pink;
   }


