﻿.footerHeader
{
	text-decoration:none;
	color:#879DFF;
	font-size:14px;
}
.footerHeader:Hover
{
	color:#000;
	text-decoration:underline;
}
.footerLink
{
	text-decoration:none;
	color:black;
	font-size:10px;
	font-weight: 500;
}
.footerLink:Hover
{
	color:#000;
	text-decoration:underline;
}
.textLink
{
	font-size:12px;
}
.textLink:hover
{
	cursor:pointer;
	text-decoration:underline;
}

.transparentBox 
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Images/Splash_Screen/bg.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.transparentBox[class] {
  background-image:url(/Images/Splash_Screen/bg.png);
}

.pushDown
{
	z-index:0;	
}