#Flyout1 {
	top:20px;
	z-index:9999;
	display:none;
	position:fixed;
	background-color:#0000CC;
	border-top:8px solid #0000CC;
	border-right:none;
	border-bottom:8px solid #0000CC;
	border-left:8px solid #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Flyout1Content {
	background:url(/flyouts/bg.png) repeat-x yellow;
	width:230px;
	height:240px;
	text-align:center;
}
.Flyout1Label{
	font-size:18px;
	padding:4px;
	color:white;
	text-align:center;
	line-height:.95em;
	font-weight:bold;
}

#Flyout2 {
	top:200px;
	z-index:9999;
	display:none;
	position:fixed;
	background-color:#CC0000;
	border-top:8px solid #CC0000;
	border-right:8px solid #CC0000;
	border-bottom:8px solid #CC0000;
	border-left:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Flyout2Content {
	background:url(/flyouts/bg.png) repeat-x yellow;
	width:228px;
	height:260px;
	text-align:center;
}
.Flyout2Label{
	font-size:18px;
	padding:4px;
	color:white;
	text-align:center;
	line-height:.95em;
	font-weight:bold;
}
#Flyout3 {
	Top:276px;
	z-index:9999;
	display:none;
	position:fixed;
	background-color:#440088;
	border-top:8px solid #440088;
	border-right:none;
	border-bottom:8px solid #440088;
	border-left:8px solid #440088;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Flyout3Content{
	background:url(/flyouts/bg.png) repeat-x yellow;
	width:228px;
	height:190px;
	text-align:center;
}
.Flyout3Label{
	font-size:16px;
	padding:5px;
	color:white;
	text-align:center;
	line-height:.95em;
	font-weight:bold;
}
#Flyout4 {
	left:450px;
	z-index:9999;
	display:none;
	position:fixed;
	background-color:#007700;
	border-top:8px solid #007700;
	border-right:8px solid #007700;
	border-bottom:none;
	border-left:8px solid #007700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Flyout4Content {
	background:url(/flyouts/bg.png) repeat-x yellow;
	width:200px;
	height:180px;
	text-align:center;
}
.Flyout4Label{
	font-size:18px;
	padding:4px;
	color:white;
	text-align:center;
	line-height:.95em;
	font-weight:bold;
}

