body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
table {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
}
td.grid	{	border: 1px solid #e6e6e6; vertical-align: top;
}
td.center	{	text-align: center;
}
img.head	{	max-width: 65px; max-height: 65px;
}



@media screen and (max-width:800px) {
  body	{	font-size: 9pt;	}
  table	{	font-size: 9pt; border-collapse: collapse;	}
  img.head	{	max-width: 30px; max-height: 30px;	}
}


  
@media screen and (max-width:420px) {
  body	{	font-size: 6pt;	}
  table	{	font-size: 6pt; border-collapse: collapse;	}
  img.head	{	max-width: 13px; max-height: 13px;	}
}
