.appLegendIntro
{
	padding: 5px 5px 0 5px;
}
.appLegend
{
	border: 5px solid;
	border-color:  #E0E8F0; 
	float:left;
	height:200px;
	width:300px;
	overflow:hidden;
	margin-left:5px;
	margin-top:5px;
	background-color: white; 
}
.appLegend A:link, .appLegend A:visited,.appLegend A:active
{
	text-decoration: none;
	color: white;
}
.appLegend TABLE
{
	border: none;
}
.appLegend TD
{
	padding-top: 2px;
}
.appLegendTitle
{
	color: white;
	background-color: rgb(49,89,140);
	margin: 0;
	display: block;
	height: 15px;
	padding: 2px 5px 2px 5px;
	width: 300px;
}
.appLegendTitle A:hover, .appLegendFooter A:hover
{
	color: #F1D671;
}
.appLegendTitle IMG
{
	border: 0;
	padding: 0 2px 0 0;
}
.appLegendBody
{
	height: 161px;
	display: block;
	padding-bottom: 4px;
	overflow: hidden;
}
.appLegendBody IMG
{
	margin: 0px 5px 2px 0;
	padding: 0;
	float: left;
	width: 100px;
}
.appLegendFooter
{
	color: black;
	background-color: #E0E8F0;
	padding: 2px 2px 0 2px;
	display: block;
	height: 16px;
	align: right;
	clear: both;
}
.appLegendFooter A:link, .appLegendFooter A:visited,.appLegendFooter A:active
{
	text-decoration: none;
	color: black;
}