/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #F4F3F3;
	color : #333333; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}

div#sidebar {
	display: none;
}

div#logo {
	display: none;
}

div#team_logo {
	display: none;
}


div#content {
	/*float: left;*/
	width: 600px;
	height: auto;
	background: url(/images/content_bgr.gif) repeat-y;
	text-align: justify;
}


div#main_content {
	width: 600px;
	height: auto;
	float: left;
	padding: 0 25px;
	text-align: left;
	margin-top: 0;
		
}  

div.del_details_end {
	width:420px;
	height: auto;
	float: left;
	text-align: left;
	padding:10px 10px 0 10px;
	font-weight: bold;
	margin-bottom: 10px;	
}

div#header {
	display: none;
}

div#footer{
	display: none;

}
img.printlogo {
	display:block;
}

 p.printemail {
 	display:block;
	font-weight:bold;
	text-decoration:underline;
	color: #007ebf;
 }