 /* =========================================== SIDE-BAR ITEMS ============================================= */
 
 											  /* =========== */
 											  /* MENU NOTICE */
 											  /* =========== */
 table.menu_notice td
 	{
	width: 225px;
	
	border-collapse: collapse;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	background-color: #703824;
	color: #FFCC00;
	}

 table.menu_notice td p
 	{
	margin-left: 10px;	
	margin-right: 10px;	
	}
 
table.menu_notice td a:link, table.menu_notice td a:visited
  	{
	color: #FFFFFF;
	}
	
table.menu_notice td a:hover, table.menu_notice td a:active
  	{
	color: #CC9900;
	}

											/* ================== */
 											/* GENERAL SIDE-BLOCK */
  											/* ================== */
table.side_block		/* Side-Block = sb*/
	{
	width: 225px;
	
	border-collapse: collapse;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

td.sb_header
	{
	width: 100%;
	height: 30px;
	background-image:url(../images/bgnd_225.jpg);
	background-repeat:no-repeat;
	background-position: top;
	
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	}

td.sb_image
	{
	width: 100%;
	
	text-align: center;
	background:	#EEEDD0;
	
	border-left: 2px solid #703824;
	border-right: 2px solid #703824;
	}
	
td.sb_image img
	{
	border: 1px solid #000000;
	margin-top: 10px;
	}
	
td.sb_details
	{
	width: 100%;
	
	text-align: center;
	background:	#EEEDD0;
	
	border-left: 2px solid #703824;
	border-right: 2px solid #703824;
	border-bottom: 2px solid #703824;
	}

td.sb_details a
	{
	font-weight: bold;
	}

td.sb_details ul
	{
	margin: 0px;
	padding: 0px;
	}

td.sb_details a:link, td.sb_details a:visited
  	{
	color: #000099;
	}
	
td.sb_details a:hover, td.sb_details a:active
  	{
	color: #0000FF;
	}
	
span.function_steps
	{
	font-weight: bold; 
	color: #703824; 
	float: left;
	}

/* ======================================================================================================= */
