.flyer
{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	overflow-Y: hidden;
	width:120px;
	visibility:hidden;
	/*height:20px;*/
}
.header
{
	border-top:1 solid #cccccc;
	border-bottom:1 solid #666666;
	border-left:1 solid #cccccc;
	border-right:1 solid #666666;
	width:100%;
	background-color:#999999;
	color:#ffffff;

}


.header td
{
	width:100%;
	color:#ffffff;
	font-size:8px;
	font-family:Verdana;
	font-weight:bold;
}
.header button
{   
	padding:0px;
	font-size:8px;
	font-family:Verdana;
	font-weight:bold;
}


