@charset "UTF-8";
/* CSS Document */

html body{  
		
		text-align:center;
		padding:0px;
        margin:0px;
		background-color:#ffffff;
}


div#flash{
		
		position: relative;
		height:507px;
		width:991px;
		overflow:hidden;
		margin:0 auto 0 auto;
		text-align:left;
	
}

#foot{
	position:relative;
	width:991px;
	margin:0 auto;
	text-align:justify;
	color:#1e8227;
	font-family:verdana;
	font-size:9px;
	
}

table{
    width:991px;
	margin:0 auto;
	text-align:justify;
	color:#1e8227;
	font-family:verdana;
	font-size:9px;

    }
    



