#the_rest {
 display: none;
}

#no_print {
 display: none;
}

table	{font-family:tahoma;font-style:normal;font-weight:normal;font-size:7.5pt;color:black;}
td		{font-family:tahoma;font-style:normal;font-weight:normal;font-size:7.5pt;color:black;}

#frm_print
{
	background: none;
    display: block;
    top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
	border: 0px;
	background-color: white;
}