/**
 * Style sheet print
 */
/* All print colors to black */
body
{
	color:#000000;
}

/* Hide unnessessary elements */
#header, #left, #footer, .noprint
{
	display:none;
}

/* Float right element */
#right
{
	float:right;
}

#main
{
	float:left;
}

/* Breadcrumb is our page title */
.mod_breadcrumb, .mod_breadcrumb a
{
	margin-bottom:20px;
	font-weight:bold;
	font-size:14pt;
	color:#000000;
}
