.background {
	background-image: url(images/curds_background.gif);
	background-repeat: no-repeat;
	background-position: 788px top;
	background-color: #FFFFFF;
}
.bodycopy {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #000000;
}

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #000000;
}

.heading {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.Footerlinks {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.ShowForPrint{
	display:none
}
	
@media print 
{
	.ShowForPrint
	{
		display:block
	}
	.HideForPrint
	{
		display:none
	}
}