/*

#immpalette     {
      white:#ffffff;
      black:#000000;
      DMM:#666666;
      Management:#0099FF;
      SH:#663399;
      Design:#CC3333;
	  Production:#333333;
       }
       */

H5 {
font-size:1.4em;
color:#019A97;
font-weight: bold;
font-family: Verdana;
}

H1{
font-size:1.4em;
color:#666666;
font-weight: bold;
font-family: Verdana;
}

H2 {
font-size:1.2em;
color:#666666;
font-weight: bold;
font-family: Verdana;
}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Alterian CMC Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */


/* BCUC Table Styles */

table.ImmTS_BCUC th {
padding: 2px;
margin: 2px;}

table.ImmTS_BCUC td
{
padding: 2px;
margin: 2px;}

table.ImmTS_BCUC th{
background-color: white;
color: #333333;
}

table.ImmTS_BCUC tr{
vertical-align: top;
}


.ImmTextAlign_Left
{
	text-align: left;
}
.ImmTextAlign_Center
{
	text-align: center;
}
.ImmTextAlign_Right
{
	text-align: right;
}
.ImmTextAlign_Justify
{
	text-align: justify;
}
.ImmControlAlign_Left
{
	float: left;
	/*clear: both;*/
	margin-right: 7px;
}
.ImmControlAlign_Right
{
	float: right;
	/*clear: both;*/
	margin-left: 7px;
}
.ImmVerticalAlign_Top
{
	vertical-align: top !important;
}
.ImmVerticalAlign_Middle
{
	vertical-align: middle !important;
}
.ImmVerticalAlign_Bottom
{
	vertical-align: bottom !important;
}
.ImmUnderline_On
{
	text-decoration: underline;
}
