/* CSS Document */

* {
	margin : 0;
	padding : 0;
}
 
body { font : normal 11px Arial; }

table {
	border-collapse : collapse; 
	border-style : solid;
	border-width : 0;	
}

.print {
	background : url(../images/print.png) no-repeat 0 50%;
	color : #869810;
	display : block;
	height : 32px;
	line-height : 32px;
	padding : 0 0 0 35px;
	width : 50px;
}

.print:hover { text-decoration : underline; }
