	sup	{
		font-size: 10px;
	}
	.plansTable	{
		border: 1px solid red;
	}

	.plansTable	td	{
		border: 1px solid red;
		padding-left: 12px;
	}

	.planDetails	{
		text-align: center;
	}

	.planDetails2	{
		text-align: center;
		color: #ff0000;
	}

	.planTitle	{
		font-size: 20px;
		line-height: 20px;
		color: #ff0000;
		font-weight: 900;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}

	.titleTDs	{
		color: #ffffff;
		background: #ff0000;
		font-weight: 900;
		border: 1px solid #ffffff;
	}

	.plansFooter	{
		margin-top: 12px;
		font-size: 11px;
	}

	.plansFooter span {
		color: #ff0000;
		font-weight: 900;
		font-size: 16px;
	}

	.plansFooter ul	{
		margin-top: 0px;
		padding-left: 12px;
	}

	.separator	{
		border-bottom: 2px dotted #ff0000;
		width: 200px;
		margin: auto;
		padding-top: 4px;

	}

	#arrowBullets li	{
		list-style-image: url(/images/arrow-bullet.gif);
	}