.cursor {
	background-color : Silver;
}

FORM {
	margin-top : 0px;
	margin-bottom : 0px;
}

.dotted {
	border : thin dotted Silver;
}

.textline {
	border : 0px solid Silver;
	border-bottom : thin dotted Grey;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.corner {
	border : 0px solid Silver;
	border-bottom : thin dotted Grey;
	border-right : thin dotted Grey;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.input {
	border : 0px solid Silver;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.thin {
	font-size : 8pt;
	background-color: #B90404;
	border: 2px solid Silver;
	font-weight: bold;
	color: white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin: 0;
} 

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.dashed {
	border : 0px solid Silver;
	border-bottom : thin dashed Grey;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.slimright {
	border-right : 1px Solid white;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}