/*User Selectable Styles*/
.Heading1, H1 {
	color:#0069aa;
	font-size:2.5em;
	line-height:1.3em;
	font-weight:normal
	margin-bottom:0.8em;
	}

.Heading2, H2 {
	color:#0069aa;
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:0.6em;
	}

.Heading3, H3 {
	color:#0069aa;
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:normal;
	border-bottom:1px solid #dddfe0;
	}

.Heading4, H4 {
	color:#0069aa;
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1em;
	}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{
		border:0;
		}

	table.ImmTS_Default th	{
		font-size:0.8em;
		font-weight:bold;
		padding:2px 6px;
		border:0;
		background-color:#fff;
		color:#0069aa;
		}
		
	table.ImmTS_Default thead th {
		color:#fff;
		background-color:#0069aa;
		} 
	
	table.ImmTS_Default td	{
		font-size:0.8em; 
		padding:2px 6px;
		border:0;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		
		} 
	     
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{
		color:#666;
		}

	table.Imm\TS_Default th	{
		font-size:1.2em;
		}

	table.Imm\TS_Default td	{
		font-size:1.2em;
		}

/* Styles to change colours */	

body {
	background-image:url(../images/textwheel_forensics.gif);
	}

#everything {
	background-image:url(../images/header_blue_fade.jpg);
	}

#subNav {
	background:url(../images/menu_bottom_blue.gif) 100% 100% no-repeat #e1e7f5;
	}

#subNav .navHeader {
	background-color:#0069aa;
	}

#subNav ul li a {
	color:#0069aa;
}

#subNav ul li a.sel,
#subNav ul li a:hover,
#subNav ul li a:active {
	background-color:#5a79aa;
}

#subNav ul li ul li a {
	padding:4px 10px 3px 52px;
	font-size:1.1em;
	background:url(../images/bullet_white.gif) 42px 7px no-repeat #8295bf;
	color:#fff;
	}

#subNav ul li ul li a.sel,
#subNav ul li ul li a:hover,
#subNav ul li ul li a:active {
	background:url(../images/bullet_white.gif) 42px 7px no-repeat #5a79aa;
	}

#subNav ul li ul li ul li a {
	padding:4px 10px 4px 65px;
	font-size:1em;
	background:url(../images/arrow_forensics.gif) 55px 7px no-repeat #d3d6e6;
	color:#0069aa;
	}

#subNav ul li ul li ul li a.sel,
#subNav ul li ul li ul li a:hover,
#subNav ul li ul li ul li a:active {
	background:url(../images/arrow_white.gif) 55px 7px no-repeat #8295bf;
	}

#subNav ul li ul li ul li a.sel {
	background-color:#5a79aa;
}

#subNav ul li ul li ul li ul li a {
	padding:3px 10px 3px 78px;
	font-size:1em;
	background:url(../images/arrow_forensics.gif) 68px 7px no-repeat #fff;
	color:#0069aa;
	}

#subNav ul li ul li ul li ul li a.sel,
#subNav ul li ul li ul li ul li a:hover,
#subNav ul li ul li ul li ul li a:active {
	color:#fff;
	background:url(../images/arrow_white.gif) 68px 7px no-repeat #d3d6e6;
	}

#subNav ul li ul li ul li ul li a.sel {
	background-color:#5a79aa;
}

#main h1 {
	color:#0069aa;
	}

#main h2 {
	color:#0069aa;
	}
	
#main #sectionHomeSubContent li,
#main #sectionHomeSubContent p {
	color:#0069aa;
}

/* Corrections to fix global paragraph style */

#footer .vat p {
	font-size:100%;
	}
	
#footer .copyright p {
	font-size:100%;
	}
	
#footer .address p {
	font-size:100%;
	}

