.heading1, h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:0.6em;
	color:#333;
	}

.heading2, h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0.5em;
	color:#333;
	}

.heading3, h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.6em;
	margin-bottom:0.4em;
	color:#333;
	}

.heading4, h4 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	margin-bottom:0.2em;
	}
	
.heading5, h5 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	margin-bottom:0.2em;
	}	

.normal, p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1em;
	color:#333;
	}

/* 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:#033174;
	color:#fff;
	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;
	}

/* VRL Table */

table.ImmTS_VRL {
	border-collapse:collapse;
	margin-bottom:12px;
	width:100%;
	}

table.ImmTS_VRL th,
table.ImmTS_VRL td {
	vertical-align:top;
	border-bottom:1px solid #e5e5e5;
	}

table.ImmTS_VRL th {
	background:#f5f9fe;
	text-align:left;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
	padding:4px 6px;
	border-top:1px solid #e5e5e5;
	}

table.ImmTS_VRL td {
	color:#666;
	font-weight:normal;
	padding:4px 6px;
	}
	
table.ImmTS_VRL td strong {
	color:#2d5085;
	font-weight:bold;
	}

/* Other styles */

table th,
table td {
	font-size:1.1em;
	}

ul,ol {
	margin-left:2em;
	margin-bottom:1.4em;
	}
	
li {
	font-size:1.2em;
	line-height:auto;
	margin-bottom:0.2em;
	color:#333;
	}

li li {
	font-size:1em;
	}
	
label {
	font-size:1.2em;
	}