DIV.screenDIVFrame
{	width:500;
	height:85%;
	overflow-X:none;
	overflow-Y:none;
}

DIV.screenDIV70
{	width:100%;
	height:80%;
	overflow-X:auto;
	overflow-Y:scroll;
}

DIV.screenDIV80
{	width:100%;
	height:68;
	overflow-X:auto;
	overflow-Y:scroll;
}

DIV.screenonlyauto
{	width:100%;
	height:auto;
	overflow-X:auto;
	overflow-Y:scroll;
}

DIV.screenonly80
{	width:100%;
	height:80%;
	overflow-X:auto;
	overflow-Y:scroll;	
}

DIV.screenonly85
{	width:100%;
	height:85%;
	overflow-X:auto;
	overflow-Y:scroll;	
}

DIV.screenonly90
{	width:100%;
	height:90%;
	overflow-X:auto;
	overflow-Y:scroll;	
}

DIV.screenonly100
{	width:100%;
	height:100%;
	overflow-X:auto;
	overflow-Y:scroll;	
}

DIV.screenonly60
{	width:100%;
	height:60%;
	overflow-X:auto;
	overflow-Y:scroll;
}
DIV.screenonly50
{	width:100%;
	height:50%;
	overflow-X:auto;
	overflow-Y:scroll;
}
DIV.screenonly20
{	width:100%;
	height:20%;
	overflow-X:auto;
	overflow-Y:scroll;
}
DIV.screenonly40
{	width:100%;
	height:40%;
	overflow-X:auto;
	overflow-Y:scroll;
}
TABLE.print
{	display:table-header-group;
}
TABLE.screenshow,THEAD.screenshow,TFOOT.screenshow,TH.screen,TD.screen,SELECT.SelScroll
{	display:block;
}
TABLE.screenhide,THEAD.screenhide,TFOOT.screenhide,TR.screenhide,TABLE.print,THEAD.print,TFOOT.print,
TABLE.screenheaderhide,TR.printheader,SPAN.printshow
{	display:none;
}
TABLE.screenheadershow
{	display:block;
	background-color:#CCCCCC;
	table-layout:fixed;			/* CSS2	*/
	border-right:12pt solid #CCCCCC;
}
INPUT.hdrscreenshow
{	display:inline;
	color:#0000FF;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	font-size:7pt;
}
INPUT.hdrscreenshowON
{	display:inline;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	font-size:7pt;
	color:#FFFF33;
	background:#0000FF;
	cursor:hand;
}
INPUT.submit
{	font-size:7pt;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	color:#000099;
}
INPUT.submitON
{	font-size:7pt;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	color:#FFFF33;
	background:#000080;
	cursor:hand;
}
INPUT.Reset
{	font-size:7pt;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	color:#CC3333;
}
INPUT.ResetON
{	font-size:7pt;
	font-family: Verdana,Tahoma,Arial;   
	font-weight:bold;
	color:#FFFF33;
	background:#CC3333;
	cursor:hand;
}