@charset "iso-8859-1";
<style type="text/css">
h1 {
 font-size: 24px;
 font-weight: normal;
 color: #e9f2fc;
 }

h2 {
 font-size: 18px;
 font-weight: bold;
 color: #333;
 }

h3 {
 font-size: 16px;
 font-weight: bold;
 color: #333;
 }

h4 {
 font-size: 14px;
 font-weight: bold;
 color: #333;
 }

.sub1 {
 font-size: 10px;
 font-weight: normal;
 color: #333;
 }

.navy {
 color: #00007F;
 }

.dred {
 color: #BF0000;
 }

.tbl1 {
 border-color: #000000; 
 background-color: #a7aeb8; 
 border-width: 1px; 
 border-style: solid;
 border-spacing: 1px;
 border-collapse: separate;
 empty-cells: show;
 }
{* we might add  <table class=tbl1 cellspacing=0> to suppress or resize grid;
   there seems to be no style property for this }
 
.th1 {
 font-size: 12px;
 font-weight: bold;
 line-height: 18px;
 color: #333;
 padding:5px;
 background-color: #a7aeb8;
 }

.td1 {
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #333;
 padding: 5px;
 background-color: #ecedff;
 }

{* style in TR as alternative to every TD }
.tr1 {
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #333;
 padding: 5px;
 background-color: #ecedff;
 }

p {
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #333;
 }

a {
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: #0000f0;
 }

a:visited {
 text-decoration: none;
 color: #000090;
 }

a:hover {
 text-decoration: underline;
 color: red;
 }

a.navlink {
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #e9f2fc;
 }

a.navlink2 {
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #354463;
 background-color: #e9f2fc;
 }

a.navlink:visited {
 text-decoration: none;
 color: #e9f2fc;
 }

a.navlink:hover {
 color: #354463;
 background-color: #e9f2fc;
}

a.newslink {
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 text-decoration: none;
 color: #c00050;
 }

a.newslink:visited {
 text-decoration: none;
 color: #900020;
 }

a.newslink:hover {
 text-decoration: underline;
 }

ul {
 list-style-image: url(/1stein/gif/li1.gif);
 list-style-position: outside;
 }

{* list-style-image: url(/1stein/gif/li1.gif);
   xlist-style-position: outside;  use tag <BULL> instead}
li {
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 padding-bottom: 7px;
 color: #333;
 }

.navcell {
 padding: 5px 7px 5px 7px;
}

.newsheader {
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 padding-left: 5px;
 color: #e9f2fc;
 background-color: #fff;
 background-color: #5f7797;
 }

.newscell {
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 padding-top: 7px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 9px;
 color: #464c64;
 background-color: #a7aeb8;
 }

.update {
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 color: #e9f2fc;
 }

.copyright {
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 color: #e9f2fc;
 }

hr {
 color: #464c64;
 background: #464c64;
 margin: auto 0px auto auto;
 width: 100%;
 height:1px;
 text-align: right;
 border: 1px solid #464c64;
 }
</style>