tr.menu td a {
	display: block;
	height:20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

tr.menu td a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FC7F09;
	background-color:;
	border:;
	text-decoration: none;
}
.copy {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}

.header {
	display: block;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #80ADE8;
	text-decoration: none;
}

.borderleft {
	border-left: 2px solid #80ADE8;
}

.borderbottom {
	border-bottom: 2px solid #80ADE8;
}

.borderright {
	border-right: 2px solid #80ADE8;
}
.normal {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}
.mainscroll {
	overflow: auto;
	height: 300px;
	
}