
	BODY {
		font-family: Arial, Helvetica, Verdana;
		font-weight: normal;
		font-style: normal;
		color: black;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: #B3B166;
		background-position: center;
	}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

