.heading1, h1 {
	font-size:2.2em;
	line-height:1.6em;
	margin-bottom:0.3em;
	color:#cc0000;
}

.heading2, h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
	margin-top:0.8em;
	margin-bottom:0.8em;
	color:#000066;
}

.heading3, h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.7em;
	margin-top:0.7em;
	color:#666;
}

.heading4, h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:#000;
}

.heading5, h5 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:#333;
}

.normal, p {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:#000;
}

.smalltext {
	font-size:1em;
	line-height:1.2em;
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:#999;
}

.intropara {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:0.8em;
	color:#000066;
}


/* 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;
	}
	
/* Red Table */

table.ImmTS_red {
	border-collapse:collapse;
	width:100%;
	margin:6px 0 14px 0;
}

table.ImmTS_red th,
table.ImmTS_red td {
	border:1px solid #ccc;
	vertical-align:top;
}

table.ImmTS_red th {
	background:#ee1919;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	text-align:left;
}

table.ImmTS_red 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;
	}

li li {
	font-size:1em;
	}

