﻿html
{
    height: 100%;
}
body 
{
    margin: 0px;
    font-size: 0pt;
    line-height: 0px;
    
}
.ImgDiv
{
	width:810px;
	height:580px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-285px;
	margin-left:-400px;
	padding-top :50px;
	
}

.Header
{
	width:780px;
	height:15px;
	font:bold 9pt tahoma;
	color:#fff;
     text-align:right;
     padding:10px 20px;
	background:#01245c;
	
	
}

.Footer
{
	width:820px;
	height:25px;
	font:9pt tahoma;
    text-align:center ;
    padding:5px 0px;
	background:#01245c;
}
.table
{
	background-color:#d8ecf5;
	width:820px;
}
.table td
{
	text-align:center;
	vertical-align:middle;
	width:810px;
	/*height:580px;	*/
	 

}
.table td img
{
	 border:solid 6px #044974;
	 background: #fff url(/Fa/Images/Loading2.gif) no-repeat center center;
	 margin:5px;
}




