
      table#tabmenu {
        margin-bottom: 1em;
      }
      td.tab, td.selectedtab, td.tabspacer, td#contentscell {
        border: 0px solid black;
      }
      td.tabspacer {
        border-width: 0 0 0px;
		  background: #FD9A01;
      }
      td.tab, td.selectedtab {
        width: 10%;
        padding: 0px 5px;
		  text-align: center;
      }
      td.tab {
        background: #FD9A01;
        cursor: hand;
		  color: #32CD32;
		  }
		  
	    td.selectedtab  {
	border-bottom: 0;
}	

		              
      td.selectedtab, td#contentscell {
	background: #FFFFFF;
}
		
      td#contentscell {
        border-width: 0 1px 1px;
        padding: 5px;
      }
      div.contents {
        display: none;
      }
      div.selectedcontents {
        display: block;
      }
		
		
    a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
