body {
	background: rgb(204,204,204);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
#container {
	width: 20cm;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:.5cm;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.smalltxt {
	font-size:7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.txt16 {
	font-size: 16pt;
	font-weight: 900;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.txtNum {
	font-size: 16pt;
	font-weight: 900;
	color: #000;
	font-family: "Georgia", serif;
}
.txtNormal {
	font-size: 9pt;
	color: #000;
}
.txtBig {
	font-size: 12pt;
	font-weight: bolder;
	color: #000;
}
.txtBody {
	font-weight: bolder;
}
.txtGeorgiaBig {
	font-size: 13pt;
	font-weight: 900;
	color: #000;
	font-family: "Georgia", serif;
}
.txtGeorgiaMed {
	font-size: 10pt;
	color: #000;
	font-family: "Georgia", serif;
}
.txtGeorgiaSmall {
	font-size: 9pt;
	color: #000;
	font-family: "Georgia", serif;
}
#myTablePrint {
	border-collapse: collapse;
	padding: 4px;
}
#myTablePrintSmall {
	border-collapse: collapse;
	padding: 2px;
}
#myTablePrintSmall td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#myTableSmall td {
	border: 1px solid #CCC;
	font-family: georgia;
	padding: 4px;
	font-style: normal;
	color: #243223;
}

#myTableInvoice {
	border-collapse: collapse;
	padding: 2px;
	margin: 0px;
}
#myTableInvoice td {
	border: 1px dotted #B0B0B0;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #243223;
}

.smtxt {
	font-size: 8pt;
}
.smtxtGrey {
	font-size: 7pt;
	color: #999;	
}
.txtBodyUnderline {
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.txtBodyUnderlineMild {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.txtBodyUnderlineBox {
	border: 1px dotted #000;
}

.rotate {
font-size: 7pt;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
page[size="A4"] {
	background: white;
	width: 21cm;
	height: 29.7cm;
	display: block;
	margin: 1cm auto;
	margin-bottom: 2.5cm;
	box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
page[size="A4L"] {
	background: white;
	width: 29.7cm;
	height: 21cm;
	display: block;
	margin: 1cm auto;
	margin-bottom: 2.5cm;
	box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
page[size="A5"] {
	background: white;
	width: 21cm;
	height: 15cm;
	display: block;
	margin: 1cm auto;
	margin-bottom: 2cm;
	box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

 @media print {
body, page[size="A4"], page[size="A5"] {
	margin: 0;
	-webkit-box-shadow: none;
   	-moz-box-shadow:    none;
   	box-shadow:         none; 
	background: white;
	page-break-after: always;
	}

  .content-block, p {
    page-break-inside: avoid;
  }
}
@media print{
body, page[size="A4L"] {
	margin: 0;
	-webkit-box-shadow: none;
   	-moz-box-shadow:    none;
   	box-shadow:         none; 
	background: white;
	page-break-after: always;
	
}
	
	}
.G1 {
	padding-left:0px;
	font-weight: bolder;
}
.T1 {padding-left:0px;
	font-weight: bolder;
	}

.G2 {
	padding-left:15px;	
	text-decoration: underline;
}
.T2 {padding-left:15px}
.G3 {
	padding-left:40px;		
	text-decoration: underline;
}
.T3 {padding-left:40px}
.T4 {padding-left:60px}
@media screen {
	 .printbut{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}	 
 }
 @media print {
    .printbut {
	visibility: hidden;
	}
}
.bullet {
	font-size: 12pt;
}
.bulletsm {
	font-size: 10pt;
}
.hisTxt {
	font-size:11pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 13pt;
}
.redTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #F00;
}
