@charset "UTF-8";
/* CSS Document */

    a.CallToAction {display:inline-block;}
	
	a.Eligible {text-indent:-9999px; background: #fff url(EligibleSprite.png) 0 0 no-repeat;width:300px;height:60px;}
	a.Eligible:hover {background-position: 0 -60px; }
	
	a.GetStarted {text-indent:-9999px; background: #fff url(GetStartedSprite.png) 0 0 no-repeat;width:300px;height:60px;}
	a.GetStarted:hover {background-position: 0 -60px; }
	
	a.SignUp {text-indent:-9999px; background: #fff url(SignUpSprite.png) 0 0 no-repeat;width:300px;height:60px;}
	a.SignUp:hover {background-position: 0 -60px; }

	
	a.EligibleMedium {text-indent:-9999px; background: #fff url(medium/EligibleSprite.png) 0 0 no-repeat;width:250px;height:50px;}
	a.EligibleMedium:hover {background-position: 0 -50px; }
	
	a.GetStartedMedium {text-indent:-9999px; background: #fff url(medium/GetStartedSprite.png) 0 0 no-repeat;width:250px;height:50px;}
	a.GetStartedMedium:hover {background-position: 0 -50px; }
	
	a.SignUpMedium {text-indent:-9999px; background: #fff url(medium/SignUpSprite.png) 0 0 no-repeat;width:250px;height:50px;}
	a.SignUpMedium:hover {background-position: 0 -50px; }
	
	
	a.EligibleSmall {text-indent:-9999px; background: #fff url(small/EligibleSprite.png) 0 0 no-repeat;width:150px;height:30px;}
	a.EligibleSmall:hover {background-position: 0 -30px; }

	a.GetStartedSmall {text-indent:-9999px; background: #fff url(small/GetStartedSprite.png) 0 0 no-repeat;width:150px;height:30px;}
	a.GetStartedSmall:hover {background-position: 0 -30px; }
	
	a.SignUpSmall {text-indent:-9999px; background: #fff url(small/SignUpSprite.png) 0 0 no-repeat;width:150px;height:30px;}
	a.SignUpSmall:hover {background-position: 0 -30px; }