
		/*
		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 (#33364d)
		*/
		h1,
		.page-summary h2
		{
		color: #33364d !important;
		}
		.menu
		{
		background-color: #33364d !important;
		}

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

		/*
		** Tertiary Colours (#25247a)
		*/
		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: #25247a;
		}


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