#BlueFooter
{
	width: 100%;
	text-align: center;
	background-color: #005bbf;
	color: White;
	font-size: 10pt;
	font-family: Palatino Linotype, Serif;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 4px;
	Filter: Shadow(Color=#0000FF, Direction=225);
}
#BlueFooter A
{
	color: White;
	text-decoration: none;
}
#BlueFooter A:active
{
	color: White;
	text-decoration: none;
}
#BlueFooter A:visted
{
	color: White;
	text-decoration: none;
}
#BlueFooter A:hover
{
	color: #FFFF99;
	text-decoration: underline;
}

#RedFooter
{
	width: 100%;
	text-align: center;
	background-color: #cc0033;
	color: White;
	font-size: 9pt;
	font-family: Palatino Linotype, Serif;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 4px;
}
#RedFooter A
{
	color: White;
	text-decoration: none;
	border: 2px dashed #cc0033;
	padding-right: 2px;
	padding-left: 2px;
}
#RedFooter A:active
{
	color: White;
	text-decoration: none;
	border: 2px dashed #cc0033;
}
#RedFooter A:visted
{
	color: White;
	text-decoration: none;
	border: 2px dashed #cc0033;
}
#RedFooter A:hover
{
	color: #FFFFcc;
	text-decoration: none;
	border: 2px dashed #FFFFcc;
}

