.heading1, h1 {
	color:#0f98bf;
	font-size:2.4em;
	line-height:1.2em;
	margin-bottom:0.5em;
	font-weight:bold;
}

.heading2, h2 {
	color:#0f98bf;
	font-size:1.4em;
	line-height:1.2em;
	margin-bottom:0.4em;
}

.heading3, h3 {
	color:#000;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:0.4em;
}

.heading4, h4 {
	font-size:1.2em;
	color:#000;
	margin-bottom:0.4em;
}

.heading4, h5 {
	color:#0f98bf;
}

.heading4, h6 {
	color:#0f98bf;
}

.normal, p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.8em;
	color:#333;
}

/* Global User Table Styles */

/* Default Table */

table.ImmTS_Default {
	margin:6px 1px 14px 1px;
	border-collapse:collapse;
}

table.ImmTS_Default th,
table.ImmTS_Default td {
	border:1px solid #333;
	vertical-align:top;
	}

table.ImmTS_Default th {
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
	color:#fff;
	background:#999;
	padding:3px 6px 3px 6px;
	}

table.ImmTS_Default td {
	font-size:1.2em;
	background:#fff;
	color:#333;
	font-weight:normal;
	padding:2px 6px 2px 6px;
	}
	
/* Other styles */

ul, ol {
	margin-left:3em;
	margin-bottom:1em;
	}
	
li {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.2em;
	color:#333;
	}

body {
	background:url(../images/page_bg_wellbeing.jpg) left top repeat;
	}

#navigation ul li.selected a {
	background-image:url(../images/nav_selected_top_blue.gif);
	}

#navigation ul li.selected a.noChildPages span {
	background-image:url(../images/nav_selected_bttm_short_blue.gif);
	}

#navigation ul li.selected ul {
	background-image:url(../images/nav_selected_bttm_blue.gif);
	}

#navigation ul li.selected ul ul {
	background-image:url(../images/nav_selected_top_blue.gif);
	}

#navigation ul li.selected a:hover,
#navigation ul li.selected a:hover span {
	background:url(../images/nav_selected_top_blue.gif) top right no-repeat;
	}

#navigation ul li.selected a.noChildPages:hover span {
	background:url(../images/nav_selected_bttm_short_blue.gif) bottom right no-repeat;
	}

.highlightBox a,
.highlightBox2 a,
.highlightBox2 h5 {
	color:#0f98bf;
	}

.highlightBox h6 {
	background:url(../images/highlightbox_head_blue.gif) left top no-repeat;
	}

.highlightBox a:hover,
.highlightBox2 a:hover {
	color:#333;
	}
