﻿@media print
{
	body 
	{
		color: #000;
		background: #fff;
		font-family: "Times New Roman",Times, Serif;
		font-size: 12pt;
	}
	
	a
	{
		text-decoration:underline;
		color:#0000ff;
	}
	
	#header, #leftMenu, #footer, #right-content, #btnSubmit {display:none;}
	
	#contentPanel
	{
		width: 100%;
		padding:0px;
		margin:0px;
	}
	#left-content
	{
		padding:0 0 0 0;
		width: 760px;
		background: #fff;
	}

}/*End of print stylesheet*/
