body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
td{
		font-size: 12px;
}
.topic {
	background-color: #00CCFF;
	font-weight: bold;
	font-size: 20px;
}

  .tbl {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    font-family: "arial, Microsoft Sans Serif";
    font-size: 12px;
  }
  .tbl th {
    text-align: center;
    border: 1px solid #000;
	font-size: 12px;
  }
  .tbl td{
   border: 1px solid #000;
   cursor: pointer;
   font-size: 12px;
  }
  .tbl .on {
    background-color: #F5F5F5;
  }
  .tbl .off {
    background-color: #fff;
  }
  .tbl .hover {
    background-color: #9BCDFF;
	color: Black;	
  }
  .tbl .click {
    background-color: #ff0000;
    font-weight: bold;
  }

	#goto a:link{
		text-decoration: underline;
		color: #0000FF;
	}
	#goto a:hover{
		text-decoration: underline;
		color: #ffffff;
	}

	#goto a:visited{
		text-decoration: underline;
		color: #FF9900;
	}

  .tools{
	background-color: ThreedLightShadow;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  }

div.scroll {
	height:280px;
	width: 100%;
	background-color: White;
	overflow: Auto;
}
