body {
 /*
 background-image: url('images/flare.png');
 background-repeat: repeat-y;
 */ 
 margin: 0px; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000080;
 background-color: #d1d2e0;
 }
td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
th {
 font-size: 12px;
}
h2 {
 font-size: 14px;
 }
a {
 color: #000080;
 }
a:hover {
 color: #414141;
 }
a:active {
 color: red;
 }
a.sm {
 color: #000080;
 font-size: 13px;
 font-weight: bold;
 }
a.sm:hover {
 color: #414141;
 }
a.sm:active {
 color: red;
 }

a.navi {
 width:130px;
 height:28px;
 /*background-image:url('images/binactive.png');*/
 display: block;
 float:left;
 text-align: center;
 line-height:28px;
 vertical-align: middle;
 color: #000080;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 }     
a.navi:hover {
 border: none;
 background-image:url('../images/bactive130.gif');
 color: #414141;
 }
a.navi:active {
 background-image:url('../images/bactive130.gif');
 color: red;
 }
div.headline {
 font-size: 14px;
 }
div.head {
 background-color: #d1d2e0;
 height:28px;
 width:100%;
 }     
table.content {
 background-color:#FFFFFF;
 width:910px;
 /*
 border-left:2px outset #d6d6d6;
 border-right:2px outset #d6d6d6;
 */
    
 }
div.horizon {
 background-color:#FFFFFF;
 width:910px;
 height:90px;
 background-image:url('../images/horizon4.png');
 background-repeat:no-repeat;
 /* 
 border-left:2px inline #d1d2e0;
 border-right:2px inline #d1d2e0;
 */
 }     
div.center {
 height:100%;
 width:100%;
 /*
 background-image:url('images/palms.gif'); 
 background-repeat: no-repeat; 
 background-position: bottom right;      
 */
 }