body {
	background-color: #336699; /*#FFFFF4;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #dbd8d8;
	SCROLLBAR-HIGHLIGHT-COLOR: #dbd8d8;
	SCROLLBAR-SHADOW-COLOR: #dbd8d8;
	SCROLLBAR-3DLIGHT-COLOR: gray;
	SCROLLBAR-ARROW-COLOR: gray;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: gray;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 135px;
	border: 1px solid #000000;
}
select {
	border: 1px solid #000000;
	background-color: #FFFFF0;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 480px;
}
.button{
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
	width: 65px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.scroll {
	position:static; 
	float:left;
	width:565; 
	height:275px; 
	z-index:1;
	overflow-y:auto;	
	overflow-x:auto;
}
th {
	font-weight: normal;
	color: #FFFFFF;
}
.vertical {
	writing-mode: tb-rl;
	filter: flipv fliph;
}
.bline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.box {
	border: 1px solid #000000;
}
.boldtext {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: center;
	font-size: 11px;
}
.scrollgrades {

	position:static; 
	float:left;
	width:665; 
	height:275px; 
	z-index:1;
	overflow-y:auto;	
	overflow-x:auto;
}

