﻿
	.NCPricing
	{
		width: 230px;
		background: #CCFFFF;
		border-top: 2px solid #DEFFFF;
		border-left: 2px solid #DEFFFF;
		border-bottom: 2px solid #6C8484;
		border-right: 2px solid #6C8484;
		padding: 3px;
	}
	
	.NCPricingHeader
	{
		text-decoration: underline;
		color: #800000;
		font-size: 24px;	
		font-weight: bold;
	}
	
	.NCPricingPrice
	{
		color: #800000;
		font-size: 18px;
		font-weight: bold;
	}
	
	.NCPricingDates
	{
		color: #800000;
		font-size: 18px;	
		font-style: italic;
	}
	#Schedule
	{
		margin-top: 10px;
		width: 98%;
	}
	
	.Schedule_Day
	{
		margin-top: 10px;
		border-bottom: 1px #000000 solid;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #800000;
	}
	
	.Schedule_Heading
	{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}