.heading1, h1 {
	color:#003573;
	font-weight:normal;
	font-size:2.2em;
	margin-bottom:0.4em;
}

.heading2, h2 {
	color:#000;
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:0.6em;
}

.heading3, h3 {
	color:#003573;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:0.4em;
	border-bottom:1px solid #666;
}

.heading4, h4 {
	color:#003573;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.4em;
}

.normal, p {
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	margin-bottom:1em;
}

/* Global User Table Styles */

/* Default Table */

table.ImmTS_Default {
	border-collapse:collapse;
	width: 96%;
}

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;
	}
	
/* News Table */

table.ImmTS_News {
	margin:0;
	padding:0;
	}

table.ImmTS_News thead{
	font-size:1.1em;
	font-weight:bold;
	}

table.ImmTS_News thead td{
	background:#e6e6e6;
	color:#003573;
	padding:2px 5px 2px 5px;
	}

table.ImmTS_News tbody td{	
	font-size:1.1em;
	vertical-align:top;
	padding:2px 5px 2px 5px;
	}

table.ImmTS_News a:link,
table.ImmTS_News a:visited {
	color:#003573;
	font-weight:bold;
	text-decoration:none;
	}

table.ImmTS_News a:hover,
table.ImmTS_News a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
