@charset "UTF-8";
/* CSS Document */
/* Print Styles */

@page
	{
		margin-top: 		2cm;
		margin-bottom: 		2cm;
		margin-left: 		1.5cm;
		margin-right: 		1.5cm;
	}
	
@media print

	{	height: 			auto;
	}


	}
p
	{	font-family : 		Helvetica, Arial, sans-serif;
		font-size: 			14px;
		font-weight: 		400;
		color: 				black;
		text-align: 		left;
	}
	
#menu
	{
		display: 			none;
	}
	
	
.footer
	{ 
		break-after: 		always;
	}
	
.indent
	{
		text-indent: 		50px;
	}

.pagebreak
	{
		page-break-after:    always!important;
	}

.printhide
	{		
		display: 			none;
	}	

/* Header boxes to display Rising Sun and Unit Colour Patches */

.lbox 
    {
        float: left;
        width: 25%;
        height: auto;
        valign: bottom;
    }
                
.mid 
    {
        float: left;
        width: 50%;
        height: auto
    }
                
.rbox 
    {
        float right;
        height: auto;
        valign: bottom;
    }
                
.bdr 
    {
        border: 1px #000 solid;
    }
                   
.vspace 
    {
        line-height: 1.25;
    }


tr
{
	page-break-inside: avoid;
}
	
tr:nth-child(even)
	{
		background-color:	#FFFFFF;
	}