/* 
  Print Style sheet
*/
body {
   background: white;
   font-size: 11pt;
   color:black;
   margin-left:100px;
   }

/* 
  Overides indentation of main content
*/
#mainbox {
	margin: 0px !important;
}

/* 
  Overides hard coded table and cell sizes
*/
table, tr {
	width:100%;
}
td {
	width:1%;
}

/* 
  Don't want these
*/
#masthead, #sidebar, #navmast, #menubar, #logodiv, #footer, #sidebarfooter, #copyrightnotice  {
	display: none;
}
a:link, a:visited {
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

