/* PRINTER FRIENDLY */
/* 000 = black ; FFF = white */

BODY, .DEF_tabTtlTxt, .DEF_formLable, .DEF_txt, .DEF_title { font-family: arial,helvetica,sans; background-color: #fff; color:#000; } /* Black Text on White Background  */
.DEF_tabTtlTxt { border-bottom: 1px solid gray; }
.DEF_tabTtl a img { display: none; }
.DEF_txt, .DEF_ttl {
	zoom:120%; 
	color:black;
}

A, A:visited, A:link { color:#000; text-decoration:none } /* Do no underline links */
.noprint { display:none; height:0px; width:0px; } /* This will do the magic */

.DEF_formLable, .OWN_formLable {
	zoom:120%; 
	color: maroon;
}

/* Objects to remove */
INPUT[type=text] { border: 1px solid #CCC; zoom:120%; }
INPUT[type=radio] { border: 0px solid #CCC; zoom:120%;  } 
INPUT[type=checkbox] { border: 0px solid #CCC; zoom:120%;  } 
TEXTAREA { 
	border: 1px solid #CCC; 
	display: block;
	font-size: 120%;
    height: auto; /** this should now expand the .textarea div to whatever the required height of the TextArea element is */
	zoom: 150%; /*or whatever percentage you need, play around with this number*/
    	
 }

IMG { border: 0px; }
DIV, TABLE, TR, TD, .OWN_lirowMatrix, .DEF_lirowMatrix, .DEF_formMatrix, .OWN_formMatrix { border: 0px; }
