/*  Use to apply look and feel of h1-h4 where headings are not appropriate  */
.colour1 { color: #0052ae; }

h1, h2, h3, h4  {
	color: #0052ae;
}

h1 a:link, h1 a:visited,  h2 a:link, h2 a:visited { color: #0052ae; text-decoration: none; }
h1 a:hover,  h2 a:hover,  h3 a:hover,  h4 a:hover { color: #0052ae; text-decoration: underline; }

.tintedInput {
	background-color: #f1f8ff;
	color: #000000;
	}

.t1Tint	{background-color:#e7f2ff;}
.t2Tint	{background-color:#e7f2ff;}

.t1Tint	{background-color:#e7f2ff;}
.t2Tint	{background-color:#e7f2ff;}
