﻿/* Shrink the size of the page when printing */
#maintable
{
	width: 100%;
}

/* Don't print the menu, tabs or the footer */
#dontprintmenu, #dontprinttabs, #dontprintfooter { 
  display : none; 
} 

/* Remove the borders on the main content. */
.content
{
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
