
		/*
		Rewards Corp (Component Styles)
		Template Created: 6th September 2007, Next Digital (Brisbane)

		# This stylesheet contains
		- Primary Colours
		- Secondary Colours
		- Tertiary Colours
		- Resetting colours
		*/

		/*
		** Primary Colours (#233a80)
		*/
		h1,
		.page-summary h2
		{
		color: #233a80 !important;
		}
		.menu
		{
		background-color: #233a80 !important;
		}

		/*
		** Secondary Colours (#de1b1f)
		*/
		input.btn,
		ol.results-set li table td.button a:link,
		ol.results-set li table td.button a:visited
		{
		background-color: #de1b1f !important;
		}
		input.btn:hover,
		ol.results-set li table td.button a:hover
		{
		background-color: #000 !important;
		color: #fff !important;
		}

		/*
		** Tertiary Colours (#1b22de)
		*/
		h2,
		.inner-panel-wide dl.split dt,
		table.xtra-results tbody td.you-pay,
		ol.results-set li h3,
		ol.results-set li h3 a:link,
		ol.results-set li h3 a:visited,
		ol.results-set li table th.you-pay,
		ol.results-set li table td.you-pay,
		.content a:hover
		{
		color: #1b22de;
		}


		/*
		** Reseting
		*/
		.paging a:hover,
		.selection-summary a:hover,
		.popup-calendar a:hover,
		#TB_title a:hover,
		.rates-summary a:hover
		{
		color: #fff !important;
		}
	