body{
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:black;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	cursor:crosshair;
}
body,td{
	font-size:8pt;
	line-height:12pt;
}
td,textarea{
	padding:4px;
}
a:link{
	color:#565656;
	text-decoration:none;
}
a:active{
	color:#cccccc;
	text-decoration:none;
}
a:visited{
	color:#565656;
	text-decoration:underline;
}
a:hover{
	text-decoration:overline underline;
}
a{
	cursor:crosshair;
}
hr{
	height:1;
	color:black;
	border-style:dashed;
}
.td-color{
	background-color:#cccccc;
	color:black;
}
.form{
	border:dashed 2px black;
	background-color:white;
	font-size:8pt;
}
.table-scroll{
	border:solid 1px #eeeeee;
	overflow:auto;
	font-size:8pt;
	padding:8px;
	width:70%;
	height:200px;
}
.text-big{
	font-size:12pt;
}
.input{
	border:solid 1px black;
	background-color:white;
	font-size:8pt;
}