body
{
	background: #fff;
}

/*
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.Login form input.LoginButton
{
	text-align: center;
	background: #eee;
	text-decoration: none;
	font-size: 16px;
	display: block;

}
div.Login form input.LoginButtonRight
{
	cursor: pointer; cursor: hand;
	text-align: center;
	background: #960;
	text-decoration: none;
	font-size: 16px;
	display: block;
	font-weight: bold;
	width: 160px;
	border: 1px solid #430;
	color: #eee; 
}

div.Login form input.LoginButtonRight:hover
{
	color: #eee;
	background: #430;
}

