/*
Pricing Classes:

span.Pricing
span.PricePrefix
span.PriceDollarSign
span.PriceDollar
span.PriceCents
span.PriceChange
span.PriceSuffix
span.PriceCentSign
span.PriceOverlay
*/

span.Pricing
{
	font-size: 32px;
	font-weight: bold;
}

span.PriceOverlay
{
	font-size: 18px;
	font-weight: bold;
}

span.PricePrefix,
span.PriceChange
{
	font-size: 16px;
	vertical-align: 12px;
}

span.PriceSuffix,
span.PriceCentSign
{
	font-size: 16px;
}

p.AdvancedFeatures
{
	Font-style: italic;
	font-size: 11px;
	text-align: center;
}

.AlternatingHeading
{
text-align: center;
color: #CC0000;
font-size: 20px;
font-weight: bold;
margin: 50px 1px 1px 1px;
}

.LoginNote
{
	margin: 90px 10px 20px 10px;
}

div.Household
{
	width: 33%;
}

div.AccountOptions
{
	width: 37%;
}


