body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	}

/* user selectable style - Must be in class form, any id's won't be picked up from immediacy */
.heading1, h1	{font-size: 0.9em;
	margin: 10px 0 10px;
	padding: 10px;
	font-weight: normal;
	} 
.heading2, h2	{font-weight: normal;
	font-size: 1.6em;
	color: #241773;
	padding: 5px 10px 0.5em 10px;
	}
.heading3, h3	{font-weight: bold;
	font-size: 1em;
	color: #241773;
	padding: 10px 10px 0.5em 10px;
	}
.heading4, h4	{font-size:0.9em;
	color:#38457b;
	font-weight:bold;
	}
.heading5, h5	{font-size:0.8em;
	color:#38457b;
	font-weight:bold;
	}

/** CWCC-19 - styling fix **/
/*.paragraph, p	{font-size: 0.8em; padding: 0; margin: 15px 0 12px 0;}*/
.paragraph, p	{font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 10px 1em 10px;
	color: #333;
	}

.date			{font-style : italic;
	}
.disclaimer		{font-size:.92em;
	margin:4px 0 0 0;
	}
.acronym		{border-bottom: 1px dashed #38457b;
	cursor: help;
	}
.hr, hr			{height:1px;
	color:#DDD;
	border: 0;
	background-color: #DDD;
	margin: 10px 0;
	}

.floatLeft,
.ImmControlAlign_Left {
	float:left;
	margin: 10px 15px 5px 10px;
	}

.floatRight,
.ImmControlAlign_Right {
	float:right;
	margin: 10px 10px 5px 15px;
	}

ul {
	background-color : none;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	}

ul li {
	font-size : 0.85em;
	list-style-image:url(../images/bullet_grey_ball.gif);
	list-style-position: inside;
	padding: 0 10px 2px 5px;
	}

ol li {
	font-size : 0.85em;
	padding: 0 10px 2px 5px;
	list-style-type: decimal;
	list-style-position: inside;
	}
#content h1.page_header {color:#333333;
	}

table.ImmTS_gridTable{
	width:100%;
	border:solid 1px #333333;
	}
table.ImmTS_gridTable th, table.ImmTS_gridTable td{
	padding:4px 8px;
	}
table.ImmTS_gridTable th{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	}
table.ImmTS_gridTable td{
	border-top:solid 1px #CCCCCC;
	}

table.ImmTS_galleryTable
{
	width:100%;
	}

table.ImmTS_galleryTable td
{
	text-align:center;
	padding:15px 3px 0px 3px;
	}

table.ImmTS_galleryTable td.leftCell
{
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	}

table.ImmTS_galleryTable td.rightCell
{
	text-align:right;
	padding-left:0px;
	padding-right:0px;
	}

table.ImmTS_galleryTable img
{
	padding:1px;
	border:solid 1px #333333;
	}
