﻿/* Css for client-specific colours i.e. background and H1 text */
.bodyClient
{
	background-color: #EC7405;
}
#headtxt 
{
	color: #EC7405;
}

#bottomtxt
{
	color: #003A81;
}

.ThankyouColumn #ctl00_cphMain_pHeader, #ctl00_cphMain_pConfirmationMessage 
{
	color:#EC7405;
}