html, body{ height:100% }
		body
		{
			margin: 0;
			padding: 0;
			background-color: #C6401B;
			background-image: url('../images/bg_stripe_229x1.jpg');
			background-repeat: repeat-y; 
			font: 12px arial;
			color: #DA5C34;
		}
		td
		{
			font: 12px arial;
			color: #A26524;
		}
		.details
		{
			font: bold 14px arial;
			color: #A26524;
		}
		a
		{
			font: bold 12px arial;
			color: #A26524;
			text-decoration: none;	
		}
		a:hover
		{
			font: bold 12px arial;
			color: #DA5C34;
			text-decoration: none;	
		}
				
		select
		{
			font: 11px arial;
			border: 1px solid #A26524;
			color: #A26524;
		}
		
		.copyright
		{
			font: normal 11px arial;
			color: #A26524;
		}
		
		.service
		{
			font: bold 12px arial;
			color: #DA5C34; 
		}
		.mainContent
		{
			background-color: #ffffff; 
			background-image: url('../images/large_bg-graphic.jpg'); 
			background-repeat: no-repeat;
		}