/*  
Stylesheet for printing

*/

html
{
	100%
}
body
{
	background-color: #fff;
	color:            #000;
	font-size:        12 pt;
}
.noprint, .header, .menu, .breadcrumbs, .sidebar, #footer
{
	display:          none;
}
a
{
	color:            #000;
	text-decoration:  none;
}
.alignright 
{ 
	float: right;
}
.alignleft
{ 
	float: left
}


