/*User Selectable Styles*/

.Heading1, h1 {
	margin: 0;
	padding: 15px;
	font-size: 14pt;
	color: #fff;
	font-weight: normal;
}

.Heading2, h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14pt;
	font-weight: normal;
	font-family: helvetica neue light, helvetica, sans-serif;
}

.Heading3, h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12pt;
	font-weight: normal;
	font-family: helvetica neue light, helvetica, sans-serif;
}


.normal {
	color:#000000;
}




/* Template Colour Styles */
/* Changes the colour of sections of the page dependant on the style sheet in use 


/*custom tables*/
table.ImmTS_Default {	
width: 100%;
border: 1px solid #4A1A21;
margin-bottom: 10px;
}

table.ImmTS_Default th {
background-color: #CAAFB3;
color: #000;
font-weight: normal;
text-align: left;
padding: 2px;margin: 4px;
border: 1px solid #4A1A21;
}

table.ImmTS_Default td	{
vertical-align: top;
padding: 2px;margin: 4px;
border: 1px solid #4A1A21;
}

table.ImmTS_Default td h3{
color: #000;
background-color: #CAAFB3;
padding: 4px;margin: 0px;

}

