﻿/*
	Name:	Print CSS
	Author:	Created by Jeff Algarra
	Owner:	Heel Inc. 
	E-Mail: jalgarra@heeelusa.com
	Version:1.0
	Notes:
	
*/

body 
{
  color : #000000; 
  background : #ffffff; 
  font-family : Arial, Verdana;
  font-size : 12pt; 
	
}
#content    
{
width:100%;	
}

#header, #rightcolumn, #footer, #leftcolumn, #breadcrumbs, #navcontainer   { 
	display:none;
}

