/*User Selectable Styles*/
.Heading1,H1     {font: 22px Arial, Helvetica, Geneva, sans-serif;
					font-weight:bold;
					margin:0;
					padding-bottom:3px;
					color:	#000000;
					border-bottom: #B0B7BD dashed 1px;
					margin-bottom:5px;
                    }
                  
.Heading2,H2     {font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif;
	              font-size:14px;
	              font-weight:bold;
                  color:#0066CC;
                  margin-top:10px;
                  margin-bottom:5px;
                  padding-bottom:3px;}

.Heading3,H3     {font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif;
	              font-size:13px;
	              font-weight:bold;
                  margin-top:10px;
                  margin-bottom:5px;
                  padding-bottom:3px;}   
                  
.Normal, P       {font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif;
	              font-size:12px;
                  color:#474D4F;
                  margin:0px;
                  padding:3px;}
                  
.Caption1        {color:#000066; font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:small; font-weight:bold;}
.Caption2        {color:#000000; font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:small; font-weight:normal; font-style:italic;}
.Caption3        {color:#000066; font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:small;}
.Caption4		 {color:#000066; font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:small; font-weight:bold;}
.Testimony		 {color:#333; font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:small; font-style:italic; background:#EFEFEF;padding:0px; margin-left:50px;margin-right:50px; border-width:1px; border-style:solid; border-color:#C0C0C0;padding:5px;}	
.Small			 {font-family:tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:10px;color:#333;margin:0px;padding:2px;}
.Code            {font-family:Courier New, tahoma, verdana, arial, geneva, lucida, 'lucida grande', sans-serif; font-size:12px;color:#333;margin:0px;padding:2px;}


/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#efefef;
		                     border-width:1px;
		                     border-style:solid;
		                     border-color:#c0c0c0;
		                     border-top-color:#2A55A5;
		                     border-top-width:2px;
		                     border-bottom-color:#2A55A5;
		                     border-bottom-width:2px;
		                     } /* Overall table style */

	table.ImmTS_Default th	{color:#FFFFFF;
		                     border-width:0px;
		                     background-image: url(http://www.webhostautomation.com/images/section_header_background.gif);
			                 background-repeat:repeat-x;
			                 height:10px;
			                 font-size:10px;} 
	
	table.ImmTS_Default th a	{color:#FFFFFF; font-size:10px;} 
	
	
	table.ImmTS_Default tr	{border-width:0px;}
	table.ImmTS_Default td	{border-width:0px;}
	table.ImmTS_Default td	a {color:#000000; text-decoration:underline; } 
	

	table.ImmTS_New		{background-color:#FFFFFF;
	                     margin:0px;
	                     padding:0px;
	                     text-align:left;
	                     
		                     } /* Overall table style */

	table.ImmTS_New	th	{color:#FFFFFF;
		                     border-width:0px;
		                     background-image: url(http://www.webhostautomation.com/images/link1.gif);
		                     width:199px;
		                     height:21px;
			                 background-repeat:repeat-x;
			                 font-size:12px;} 
	
	table.ImmTS_New	th a	{color:#FFFFFF-size:12px;} 
	
	
	table.ImmTS_New tr	{border-bottom: #C6D9ED solid 1px;}
	table.ImmTS_New td	{border-bottom: #C6D9ED solid 1px;
						border-left: #C6D9ED solid 1px;
						border-right: #C6D9ED solid 1px;
						font-size:12px;
						padding:5px;
						margin:5px;}
	table.ImmTS_New td	a {color:#474D4F;text-decoration:none;}
	table.ImmTS_New td	a:hover {color:#474D4F; text-decoration:underline; }