

	@media print {

		@page { size:auto;
		margin: 3mm;  /* this affects the margin in the printer settings */
		height:100%; }
	}

	@page
	{
		size: auto;
		margin:3mm;  /* this affects the margin in the printer settings */
	}

	h4 {
  		page-break-before: always !important;
	}

        body
	{
		background-color : #FFFFFF;
		margin:10mm 15mm 10mm 15mm;  /* margin you want for the content */
 	}
        p
	{
		line-height: 30px;
                text-align: justify;
 	}

	.document-head
	{
		text-align: center;
		text-decoration: underline;
		font-weight: bold;

	}
        .agreement { line-height: 25px; text-align: justify; font-size: 10px; font-family: "Times New Roman", Times, serif;}
	.content, .content th, .content td {
		border-style:solid !important;
		border-width:1px !important;
		border-collapse:collapse !important;
                font-size: 18px !important;
	}
        .content td { height: 30px; }
        .firstPage td
	{
		font-size:10pt;
		/*font-weight:bold; */
		width:25%;
	}
        .footer-docs
        {
            /*float: left !important;
            width: 1000px !important;*/
            font-weight: bold !important;
            text-align: left;
        }
        .partial
        {
            /*width: 500px !important;
            float: left !important;
            height: 60px !important;*/
        }

