/*User Selectable Styles
.Heading1,H1     {color:#4F6Da9; font-family:Arial,Helvetica,Sans-Serif;}
.Heading2,H2     {color:#4F6Da9; font-family:Arial,Helvetica,Sans-Serif;}
.Heading3,H3     {color:#4F6Da9; font-family:Arial,Helvetica,Sans-Serif;}
.Normal          {color:#111144; font-family:Arial,Helvetica,Sans-Serif;}
.Caption1        {color:#000066; font-family:Arial,Helvetica,Sans-Serif;font-weight:bold;}
.Caption2        {color:#000000; font-family:Arial,Helvetica,Sans-Serif;font-weight:normal; font-style:italic;}
*/

.Normal {}
.PDF 
{
    padding-left:20px;
    background:url(/images/icons/pdf.gif) no-repeat;
}
.Document 
{
   padding-left:20px;
   background:url(/images/icons/doc.gif) no-repeat;
}
.PowerPoint 
{
   padding-left:20px;
   background:url(/images/icons/ppt.gif) no-repeat;    
}

    .Heading2, H2
    {
        display:block;
        font-size:2.4em;
        color:#666;
        clear:both;
    }

    .Heading3, H3
    {
        display:block;
        font-size:2.0em;
        color:#666;
        clear:both;
    }



/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#eeeeff;} /* 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.ImmTS_Default th	{background-color:#ccccFF; color:black;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}

/* Template Colour Styles */

