table#table1
{	
	FILTER:progid:DXImageTransform.Microsoft.CrSlide(slideStyle=HIDE,Bands=1), 			progid:DXImageTransform.Microsoft.Stretch(stretchstyle=PUSH),
	progid:DXImageTransform.Microsoft.Shadow(direction=135,color=gray,strength=6); 
	border:'solid 1 black';
	font-size:'10pt'; 
	FONT-FAMILY: 'Courier New,Courier'; 
	background-color: '#fefefe';
	width: '8in';
	height: '5in';
	background-color: '#fefefe';
}
table#inner
{
	font-size:'10pt'; 
	FONT-FAMILY: 'Courier New,Courier'; 
	background-color: '#fefefe';

}

table#table2
{
	border:'solid 1 black';
	font-size:'10pt'; 
	FONT-FAMILY: 'Courier New,Courier'; 
	left: 0;
	width: '8in';
	height: '5in';
	display:none;
	position:absolute;
	margin:0px;

}
td#mytd2
{
	valign:middle;
	position:relative;
        font-size: 10pt;
}

