<!--
body {color: rgb(0,0,0);
      background: white}
a:link {
       color: #0000ff;
       background-color: transparent
       }
a:visited {
	  color: #000080;
          background-color: transparent
	  }
a:active {
	 color: #ff0000;
         background-color: transparent
	 }
a:hover { 
	color: rgb(0, 96, 255);
        background-color: transparent
	}
td.sidetop {
        font-family: arial, geneva, monospace;
	font-size: x-large;
	text-align: center;
	width:100%
	} 
td.sidehead {
	font-family: arial, geneva, monospace;
        font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #0070ff;
	padding: 2%;
	width:100%
	} 
td.sidedata {
	vertical-align: top;
	text-align: center;
        }
hr.small { width: 60%; }
hr.large { width: 100%; }
div {text-align: center}
img { 
          vertical-align: middle; 
          border: 0;
          } 
p.warning {
	  color: #ff0000;
          background-color: transparent
	  }
table.side {
	   width: 15%;
	   height: 100%;
	   text-align: left;
	   padding: 0;
	   border-spacing: 0;	
	   color: #0000ff;
	   background-color: #00e0ff;
	   vertical-align: top;
	   border-collapse: collapse;
	   float: left;
	   table-layout: fixed;
	   }
table.main {
	   width: 83%;
	   height: 100%;
	   text-align: left;
	   padding: 0;
	   border-spacing: 0;
	   vertical-align: top;
	   border-collapse: collapse;
	   float: left;
	   background-color: transparent;
	   table-layout: fixed;
	   }
tr.main {
	text-align: center;
	}
td.maintop {
	   width: 100%;
	   vertical-align: top;
	   text-align: center;
	   }
td.mainhead {
	   color: #ffff0e;
	   text-align: left;
	   background-color: #0090ff;
	   width: 100%;
	   vertical-align: center;
           }
td.maindata {
	   color: #000000;
	   text-align: center;
	   background-color: #cccccc;
	   width: 100%;
	   vertical-align: center;
           }
td.mainseparator {
	   color: #000000;
	   text-align: center;
	   background-color: #ffffff;
	   width: 100%;
	   height: 6px;
           }
td.mainbottom {
	      vertical-align: bottom;
	      width: 100%;
	      font-size: small;
	      }
-->
