﻿body				{
						font-family:Arial, Helvetica, sans-serif;
						font-size:10pt;
						text-align:center;
						margin-top:0px;
						background-color:#880d75;
						color:white;
					}

.ErrorMessage		{
						font-size:14pt;
						font-weight:bold;
						text-align:center;
					}

.DefaultPage		{
						width:800px;
						text-align:left;
					}

.TopImage			{
						position:relative;
						width:800px;
						height:797px;
						border:0;
					}

.AddressTextBox		{
						width:95%;
					}

.AddressLabel		{
						font-weight:bold;
					}

.InputCell
					{
						width:50%;
						font-size:9pt;
					}

.BillingShippingAddress
				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:10pt;
					width:800px;
				}

.AddressTypeLabel
					{
						font-size:11pt;
						font-weight:bold;
						height:15px;
					}


.AreaCodeTextBox	{
						width:25px;
					}

.ExchangeTextBox	{
						width:25px;
					}

.NumberTextBox		{
						width:50px;
					}

.FooterLinkCell
					{
						width:33%;
						text-align:center;
						color:white;
					}

.FooterLink, .UpsellFooterLink
					{
						font-size:8pt;
						text-decoration:none;
						color:white;
					}

.FooterLink:hover, .UpsellFooterLink:hover
					{
						text-decoration:underline;
					}

.UpsellFooterLinkCell					
					{
						width:50%;
						text-align:center;
					}
					
.UpsellFooterLink
					{
						font-size:9pt;
					}