/* print styles designed to print the    */
/* main content only in black on white */
/* without images and uneeded divisions */
body
{
	background: #ffffff;
	font-family: "Times New Roman", serif; 
	font-size: 12pt;
}
/*    Hiding image   */
/*   for printing */
#image
{
	display: none;
}
/* Hiding navigation */
/* for printings*/
#navbar
{
	display: none;
}
/* Setting the content*/
/*and hiding unnecessary*/
/*elements for printing*/
#content
{
	background-color: #ffffff; 
	color: #000000;
}

#content p
{
	page-break-inside: auto;
}

.ref em
{
	display: none;
}

#content img
{
	display: none;
}

/* Hiding the footer */
/* for printing   */
#foot
{
	display: none;
}
/*Hiding the adbar   */
/*for printing*/
#quot
{
	display: none;
}
/*hiding credit*/
/*and validation info  */
/*for printing    */
#srj
{
	display: none;
}

#count
{
	display: none;
}