/* CSS Document */

/* SELECTABLE STYLES IN EDITOR */

.Heading1,H1 {
	font-family:Arial;
	font-size:18px;
	font-weight:500;
	color:#a30468;
	line-height:.7;
	}
.Heading2,H2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#a30468;
	}

/* sub navigation - colour selection */

/*Side Menu Main Tab Styles */

	/* All Level Styles*/
	#sidemenu			{font-size:10px; font-weight:500; line-height:.2in; padding-top:10px; padding-bottom:10px; text-decoration:none;}
	#sidemenu a			{font-size:10px; font-weight:500; line-height:.2in; padding-left:10px; text-decoration:none;}
	#sidemenu a:hover	{font-size:10px; font-weight:500; line-height:.2in; padding-left:10px; text-decoration:none;}

	/* Level 0 Styles */
	#sidemenu a.L0				{color:#808081;}  /* defines level 0 link */
	#sidemenu a.L0hc			{color:#808081;}  /* defines level 0 bullet for children */
	#sidemenu a.L0nc			{color:#808081;}  /* defines level 0 bullet for no children */

	#sidemenu a.L0sel			{color:#a30468;} /* defines level 0 if selected page */
	#sidemenu a.L0hcsel			{color:#a30468;} /* defines level 0 bullet for children if selected page */
	#sidemenu a.L0ncsel			{color:#a30468;} /* defines level 0 bullet for no children if selected page*/
	#sidemenu a.L0sel:hover		{color:#a30468;} /* in this case effectively suppresses the hover effect for selected pages */
	
	#sidemenu a.L0:hover		{color:#808081;} /* defines the level 0 hover effect */
	#sidemenu a.L0hc:hover		{color:#808081;} /* defines the level 0 hover bullet for children */
	#sidemenu a.L0nc:hover		{color:#808081;} /* defines the level 0 hover bullet for no children */

	/* Level 1 Styles */	
	#sidemenu a.L1					{color:#FFFFFF;}
	#sidemenu a.L1hc				{}
	#sidemenu a.L1nc				{}

	#sidemenu a.L1sel				{}
	#sidemenu a.L1hcsel				{}
	#sidemenu a.L1ncsel				{}
	#sidemenu a.L1sel:hover			{}
	
	#sidemenu a.L1:hover			{}	
	#sidemenu a.L1hc:hover			{}
	#sidemenu a.L1nc:hover			{}

/* ------------------------------------- */	
/*         End of Generic Styles         */
/* ------------------------------------- */

/* CONTROL DEFAULT TABLE STYLE */

/*table.ImmTS_Default th, table.ImmTS_Default td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	text-align:left;
	}

table.ImmTS_Default th {
	background-color: #d8eaec;
	}

table.ImmTS_Default th p {
	color:#057986;
	font-size:9px;
	line-height: 10px;
	padding-left:10px;
	}
	
table.ImmTS_Default td {
	background-color: #bbd8dc;
	}
	
table.ImmTS_Default td p {
	color:#000000;
	font-size:9px;
	line-height: 10px;
	padding-left:10px;
	}
*/
