.heading1, h1 {
	font-family:Arial, Helvetica;
	font-size:3.4em;
	font-weight:bold;
	margin-bottom:0.3em;
	color:#50678F;
	text-transform:lowercase;
}

.heading2, h2 {
	font-family:Arial, Helvetica;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:0.4em;
	color:#102958;
	border:solid 1px #102958;
	border-width: 0 0 1px 0;
}

.heading3, h3 {
	font-size:1.3em;
	margin-bottom:0.2em;
}

.heading4, h4 {
	font-size:1.2em;
	margin-bottom:0.2em;
}

.normal, p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1em;
	color:#333;
}

.firstPara, p.firstPara {
	font-size:1.4em;
	color:#102958;
}

/* 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;
	}
	
/* Hotel Table */

table.ImmTS_hotels {
	border-collapse:collapse;
	width:100%;
	margin:6px 0 14px 0;
}

table.ImmTS_hotels th,
table.ImmTS_hotels td {
	border:1px solid #ccc;
	vertical-align:top;
}

table.ImmTS_hotels th {
	background:#102958;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	text-align:left;
}

table.ImmTS_hotels td {
	background:#fff;
	color:#666;
	font-weight:normal;
	padding:5px 8px 5px 8px;
	}
	
/* Courses Table */

table.ImmTS_courses {
	border-collapse:collapse;
	width:100%;
	margin:6px 0 14px 0;
}

table.ImmTS_courses th,
table.ImmTS_courses td {
	border:1px solid #ccc;
	vertical-align:top;
}

table.ImmTS_courses th {
	background:#102958;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	text-align:left;
}

table.ImmTS_courses td {
	background:#fff;
	color:#666;
	font-weight:normal;
	padding:5px 8px 5px 8px;
	}

/* Other styles */

ul, ol {
	margin-left:2em;
	margin-bottom:1em;
	}
	
li {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.2em;
	color:#333;
	}

.highlightSection {
	color:#fff;
	background:url(../images/highlightbox_bg.gif) top left repeat-y #002d62;
	margin:20px 0;
	}

.highlightSection h2 {
	float:left;
	display:inline;
	width:113px;
	background:#009DDE;
	color:#fff;
	border:none;
	border-right:1px solid #fff;
	padding:10px 15px;
	margin:0;
	}

.highlightSection h3 {
	float:left;
	display:inline;
	width:270px;
	background:#002d62;
	color:#fff;
	padding:10px 15px;
	margin:0;
	}

.highlightSection a {
	color:#fff !important;
	}