/*###############################################################################################################
// FORTNEY PACKAGES - STYLES FOR PRINT
// Author:		Jim Robinson
// Modified:	3/29/2007
//#############################################################################################################*/

* {
	color:#000;
	background:#fff;
	background-image:none;
}

body,table,img,button,iframe,div,form,p {
	border:0;
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:none;
	background:#fff;
}

th.first,th.cell,th.last {
	color:#630;
	border-bottom:1px solid #999;
}

td.first,th.first {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

td.cell,th.cell {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

td.last,th.last {
	border-right:0;
	border-bottom:1px solid #999;
}
