body {
	scrollbar-face-color: #006699;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #002F5F;
	scrollbar-darkshadow-color: #000000;
}
td {
     /* background-color: #DDDDFF; */
        color: #000000;
        font-family: "Microsoft Sans Serif",Verdana,Arial,Helvetica;
        font-size: x-small;
        font-weight: normal;
}
.dat {
        color: #993300;
        font-weight: normal;
}
a:link , a:visited , a:hover {
	color: #000000;
	font-family: "Microsoft Sans Serif",Verdana,Arial,Helvetica;
	font-size: x-small;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
.cmd {
	font-family: "Microsoft Sans Serif",Verdana,Arial,Helvetica;
	font-size: x-small;
	font-weight: normal;
	background-color: #DDDDFF; color: #000000;
	width: 70px; height: 30px;
}
#error , #aerror , #tlerror , #trerror {
	font-family: "Microsoft Sans Serif",Verdana,Arial,Helvetica;
/*	font-size: x-small; */
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
#aerror {
	text-decoration: underline;
}
#tlerror {
	text-align: left;
	color: #993300;
}
#trerror {
	text-align: right;
	color: #000000;
}
