@media all {

   BODY, P, UL, OL, DL, TABLE {
		font-family: 'Verdana', 'sans-serif';
		font-size: 9pt;
		}

   DT {
          font-weight: bold;
      }

   TT, PRE {
          font-family: 'Courier New', 'monospace';
      }

   .copr {
          font-size: 90%;
          text-align: right;
         }

   .logo {
          font-size: 60%;
         }

   .addr {
          font-size: 80%;
         }

   .leftbar {
          font-size: small;
          text-align: center;
          vertical-align: top;
          color: white;
          background-color: forestgreen;
            }

   .barlinks {
          font-size: x-small;
          text-align: left;
          vertical-align: top;
          color: ghostwhite;
          background-color: forestgreen;
             }

   .barlinks:link {
          color: yellow;
                  }

   .barlinks:visited {
          color: silver;
                     }

   .barlinks:hover {
          color: gold;
                   }

	.bar {
		font-size: x-small;
		color: ghostwhite;
		background-color: transparent;
		text-align: center;
		font-weight: bold;
		}
	
	.barlink {
		font-size: xx-small;
		color: yellow;
		background-color: transparent;
		list-style-type: circle;
		list-style-image: url(barrow.png);
		margin-left: 0;
	    }
	    
	.bartext {
		font-size: 0.8em;
		color: ghostwhite;
		background-color: darkgreen;
		vertical-align: top;
		}
}
