﻿@media print
{
	@page
	{
		margin: 0.5cm;
	}
	table
	{
		cell-spacing: 0;
	}
	td.uright
	{
		text-align: right;
		padding: 1px;
	}
	td.underline
	{
		border-bottom: 1px solid #A5D6DC ;
		padding: 1px;
	}
	.act
	{
		width: 100%;
		font-family: Calibri,serif;
		max-height: 140px; /* Moz, Opera.. */
		/*height: expression(this.scrollHeight > 77 ? "77px" : "auto");*/ /* IE */
		overflow: hidden;
		padding: 3px;
		font-size: 10pt;
		text-align: justify;
	}
	.syn
	{
		width: 100%;
		font-family: Calibri,serif;
		max-height: 140px; /* Moz, Opera.. */
		/*height: expression(this.scrollHeight > 75 ? "75px" : "auto");*/ /* IE */
		overflow: hidden;
		padding: 3px;
		font-size: 11pt;
		text-align: justify;
	}
}
@media screen
{
	body
	{
		background-color: #FFFFFF;
		font-family: Calibri,serif;
	}
	table
	{
		border-collapse: collapse;
	}
	.act
	{
		width: 100%;
		font-family: Calibri,serif;
		max-height: 140px; /* Moz, Opera.. */
		height: expression(this.scrollHeight > 77 ? "77px" : "auto"); /* IE */
		overflow: auto;
		padding: 3px;
		font-size: 10pt;
		text-align: justify;
	}
	.syn
	{
		width: 100%;
		font-family: Calibri,serif;
		max-height: 140px; /* Moz, Opera.. */
		height: expression(this.scrollHeight > 75 ? "75px" : "auto"); /* IE */
		overflow: auto;
		padding: 3px;
		font-size: 11pt;
		text-align: justify;
	}
	td
	{
		font-family: Calibri,serif;
		font-size: 14px;
	}
	td.uright
	{
		text-align: right;
		border-bottom: 1px solid #A5D6DC;
		padding: 1px;
	}
	td.underline
	{
		border-bottom: 1px solid #A5D6DC;
		padding: 1px;
	}
	td.center
	{
		text-align: center;
	}
	td.right
	{
		text-align: right;
	}
	h1
	{
		font-size: 26px;
		text-align: center;
		margin: 10px 0px 10px 0px;
		padding-left: 20px;
		/*background-color: #666666;*/
		color: #800000;
	}
	h2
	{
		font-size: 20px;
		margin: 10px 0px 10px 0px;
		padding-left: 20px;
		background-color: #666666;
		color: #FFCC33;
	}
	h3
	{
		font-size: 16px;
		margin: 10px 0px 10px 0px;
		padding-left: 10px;
		background-color: #999999;
		color: #C4E000;
	}
	h4
	{
		font-size: 22px;
		text-align: center;
		margin: 10px 0px 10px 0px;
		padding-left: 20px;
		/*background-color: #666666;*/
		color: #800000;
	}
}
