.Heading1, H1 	  {color: #2044BB; font-size:1.5em; font-weight:bolder; padding-bottom:10px;}
.Heading2, H2     {color: #2044BB; font-size:1.3em; font-weight:bolder; padding-bottom:10px;}
.Heading3, H3     {color: #2044BB; font-size:1.1em; font-weight:bolder; padding-bottom:10px;}
.Heading4, H4     {color: #2044BB; font-size:0.9em; font-weight:bolder; padding-bottom:10px;}

.PinkTitle {color: #FE2567; font-size:1em; font-weight:bolder; padding-bottom:10px;}

div.PanelText	{color:#5D5D5D; font-size:0.8em; font-weight:normal;}



.normal, div#content div#contentbody div.contentregion .normal, div#content div#contentbody div.contentregion .normal p, 
div#content div#contentbody div.contentregion li
{
	font-size:0.9em;
}

/*.italic
{
	font-style:italic;
	color:#05006D;
}

.bold
{
	font-weight:bold;
	color:#05006D;
}*/

/* Table Styles */
/* Overall table style */
table.ImmTS_General { padding:0px; background-color: #FFFFFF; border-collapse: collapse;} 
/* Cell padding and spacing styles */ 
table.ImmTS_General th, table.ImmTS_General td { padding: 2px; margin: 2px; } 
/* Table border style */  
table.ImmTS_General, table.ImmTS_General th, table.ImmTS_General td { border: solid 2px #ffffff; }
 /* Apply style to header cells */                                      
table.ImmTS_General th { background-color: #DAD9ED; color: #26264E; padding: 4px; text-align:left}  
/* Apply style to data cells */
table.ImmTS_General td { background-color: #f3f3f3; vertical-align: top; }



