/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */

	FORM		{margin-top:0px; margin-bottom:0px;}
	UL			{color:#000000; list-style:square; margin-top:0px; margin-bottom:0px;}	
	OL			{color:#000000; margin-top:0px; margin-bottom:0px;}
	BLOCKQUOTE	{margin-top:0px; margin-bottom:0px;}


/* Global Styles */

	A               {color:#3366FF; text-decoration:none}
	A:hover         {color:#003366;}

	
	/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
	DIV             {color:#000000; }
	P               {color:#000000; margin:0px; }
	TD              {color:#000000; font-size:12px;}
	
	BODY			{font-size:12px;font-family:Arial,Verdana,Helvetica, Sans-Serif; margin:0px; padding:0px; background-color:#ffffff;}


/*###############################################################################################*/
img{
	border:0px;
}
div.sys_page
{
	padding: 0em;
	width: 800px;
	text-align: center;
}

	div.sys_page_body
	{
		width: 800px;

		margin-left: auto;
		margin-right: auto;

		text-align: left;

		padding: 0em;
	}

		div.sys_head_container
		{
					display:none;
		}

		table.sys_body_container
		{
			font-size: inherit;
			text-align: inherit;
		}

			table.sys_body_container td
			{
				vertical-align: top;
			}

			td.sys_left_panel
			{
				
			display:none;
			}

			td.sys_right_panel
			{		
					display:none;		
			}

			td.sys_main_panel
			{
			
			}

		div.sys_foot_container
		{
		display:block;
		}
		
		div#foot_container2
		{
		display:none;
		}