   body {
        padding-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	background: #ffffff;
	}

/* horizontal menu bar */
   div.menu2 ul {
      margin-left: 0px;
      padding: 0px 10px;
      background: #0077aa;
      color: #ffffff;
      height: 20px;
      white-space: nowrap;
   }
   div.menu2 li {
      list-style-type: none;
      display: inline;
      padding: 0px 10px;
      color: #ffffff;
      background: #0077aa;
      border-right: solid #000000 1px;
   }
   div.menu2 li a {
      text-decoration: none;
      padding: 0px 10px;
      line-height: 20px;
      color: #ffffff;
      background: #0077aa;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      }
   div.menu2 li a:link {
      color: #ffffff;
   }
   div.menu2 li a:visited {
      color: #ffffff;
   }
   div.menu2 li a:hover {
     color: #000000;
     background: #40d3ff;
   }
   div.menu2 li a:active {
      color: #ffffff;
   }
   div.menu2 li#navhome a {
      color: #00ff00;
      background: #0077aa;
      }

/* vertical menu */
    ul.navbar {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: inherit;
	width: 150px;
	}
    ul.navbar li {
        background: white;
	margin: 3px;
/*	padding: 1px; */
	height: 30px;
	width: 150px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	float: left;
	}
    ul.navbar li a {
	text-decoration: none;
	font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	width: 150px;
	float: left;
	}
    ul.navbar li a:link {
	color: white;
	background: #0077aa;
	}
    ul.navbar li a:visited {
	color: white;
	background: #0077aa;
	}
    ul.navbar li a:hover {
	color: #0077aa;
	background: #40d3ff;
	}
    ul.navbar li a:active {
	color: white;
	background: #0077aa;
	}
    ul.navbar li#navhome0 a {
    	color: white;
	background: red;
	}
/* page wide parameters */
    span.sm { font-size: 11px }
    span.red { color: #ff0000 }
    span.red_bd {
    	color: #ff0000;
	font-weight: bold;
    }
    span.bl { color: #0077aa }
    span.bld { font-weight: bold }
    span.itl { font-style: italic }
    div.news2 { border: 1px solid black }
	
    p.bld_ctr {
    	font-weight: bold;
	text-align: center;
	}
    h1 {
        font-family: Helvetica, Geneva, Arial,
	          SunSans-Regular, sans-serif;
	font-size: 18pt;
	height: .5em;
	}
    h2 {
        font-family: Helvetica, Geneva, Arial,
	          SunSans-Regular, sans-serif;
	font-size: 14pt;
	height: .5em;
	}
    a:link { color: #0077aa }
    a:visited { color: #0077aa }
    a:hover { 
	color: #000000;
	background: #40d3ff;
	}
    a:active { color: #0077aa }
    input {
    	background: #ece7e0;
	color: black;
	font-size: 11px;
	}
    select {
    	font-size: 11px;
	color: black;
	}
    textarea {
    	background: #ece7e0;
	font-size: 11px;
	}
    p.cyan {
    	background: #40d3ff;
	line-height: 1.5em;
	color: black;
	font-weight: bold;
	font-size: 13px;
	}
    
    #page_tbl {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
/*	margin: inherit; */
	width: 760px;
	border-collapse: collapse;
	text-align: left;
	}
    #page_tbl td.norm {
    	color: #000000;
	background: #ffffff;
	padding: 5px;
	}
    #page_tbl td.normf {
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background: #ecf8ff;
	text-align: left;
	border: 1px solid #000000;
	}
    #page_tbl td.norm_b {
    	color: #000000;
	background: #ecf8ff;
	padding: 5px;
	}
    #page_tbl td.ctr {
    	text-align: center;
	}
    #page_tbl td.ctr2 {
    	text-align: center;
	background: #ece7e0;
	}
    #page_tbl td.newsl {
	background: #eaf8ff;
	color: #000000;
	padding: 5px;
	border: 1px solid black;
	}
    #page_tbl td.menu_lft {
	vertical-align: top;
	width: 156px;
	margin: 0px;
	}
    #page_tbl td.blu_rt {
    	vertical-align: top;
	background: #eaf8ff;
	width: 604px;
	margin: 0px;
	padding: .5em;
	}

