﻿body {
}
.td
{
	 
	 text-transform:lowercase;
	 vertical-align:middle;
	 position:relative; top:-5px;
}
.lbl
{
	font-weight:bold;
    background-color:#f5f5f5;
    border:solid 1px black;
    margin:2px 1px 1px 1px;
    padding:3px 3px 3px 5px;
}
.txt
{
 border:solid 1px black;
 padding:3px 3px 3px 5px;	
}
.printheader
{
 width:650px;
 height:80px;
 text-align:center;
 /*page-break-before:always;*/
 margin:0px 0 10px 0;
 display:none;
}

.header1
{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
.signspace
{
	width:20px;
}
.signheight
{
	height:20px;
}
.txtref
{
	border:solid 1px black;
	width:150px;
	padding:3px 3px 3px 5px;
}
.txtrefr
{
	border:solid 1px black;
	width:190px;
	padding:3px 3px 3px 5px;
}
.intbl
{
	 margin:0 -3px 0 -3px;
}
@media print {

.pagebreak
{
	height:5px;
	display:block;
	/*page-break-before:always;*/
}
}
h2 {
  /*page-break-before: always;*/
}
#Screen
{
	position: absolute;
	z-index: 9998;
	top: 0px;
	left: 0px;
	background: #000000;
	display: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	height: 100%;
	width: 100%;
}
#Message
{
	position: absolute;
	z-index: 9999;
	top: 220px;
	left: 400px;
	display: none;
}