.heading1, h1 {
	font-size:2em;
	font-weight:normal;
	margin-bottom:0.2em;
	color:#005ea4;
}

.heading2, h2 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:0.2em;
	color:#505c69;
}

.heading3, h3 {
	font-size:1.2em;
	margin-bottom:0.2em;
	color:#505c69;
}

.heading3, h4 {
	font-size:1.2em;
	margin-bottom:0.2em;
}

.normal, p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.9em;
	color:#333;
}

.welcomePara {
	font-size:1.7em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:0.2em;
}

.blue { color:#005ea4; }
.purple { color:#604990; }
.orange { color:#bc431f; }
.green { color:#326330; }
.pink { color:#8e0831; }
.grey { color:#505c69; }

/* Global User Table Styles */

/* Default Table */

table.ImmTS_Default {
	border-collapse:collapse;
}

table.ImmTS_Default th,
table.ImmTS_Default td {
	border:1px solid #ccc;
	vertical-align:top;
	}

table.ImmTS_Default th {
	background:#ccc;
	color:#666;
	font-weight:bold;
	padding:1px 4px 1px 4px;
	}

table.ImmTS_Default td {
	background:#f3f3f3;
	color:#666;
	font-weight:normal;
	padding:1px 4px 1px 4px;
	}
	
/* Blue Table */

table.ImmTS_blue {
	border-collapse:collapse;
	width:100%;
	margin:6px 0 14px 0;
}

table.ImmTS_blue th,
table.ImmTS_blue td {
	border:1px solid #ccc;
	vertical-align:top;
}

table.ImmTS_blue th {
	background:#505c69;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	text-align:left;
}

table.ImmTS_blue td {
	background:#fff;
	color:#666;
	font-weight:normal;
	padding:5px 8px 5px 8px;
	}

/* Other styles */

ul, ol {
	margin-left:2em;
	}

li {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.3em;
	color:#333;
	}

/* Link colouring */

a.blue { color:#005ea4; }
a.purple { color:#604990; }
a.orange { color:#bc431f; }
a.green { color:#326330; }
a.pink { color:#8e0831; }
a.grey { color:#505c69; }

/* Case Study Styles */

.casestudy {
	background:#dff2ff;
	}

.casestudy h2,
.casestudy a {
	color:#005ea4;
	}
	

