/*=============[START] center layout==================*/

.center_panel
{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	
	
	width: 725px;
	padding-left: 20px;
	margin-bottom: 30px;
}

	.center_panel h1
	{
		margin-bottom: 20px;
		font-size: 130%;
		text-align: center;
	}
	.center_panel h2
	{
		margin-bottom: 20px;
		font-size: 120%;
		text-align: center;
	}
	
	.center_panel h3
	{
		margin-bottom: 10px;
		font-size: 115%;
	}
	
	.center_panel table
	{
		border: 1px solid #c9ced7;
		text-align: center;
	}
	
	.center_panel table td
	{
		padding:10px 10px;
		line-height: 18px;
		border-top: 1px solid #c9ced7;
		
	}
	
	.center_panel table .table_header td
	{
		font-size: 9pt;
		font-weight: bold;
		
		background: #EAEBEA;
		border-top: none;
		border-right: 1px solid #CCC;
	}
	.center_panel p
	{
		margin: 0 auto;
		margin-top: 25px;
	}
	
	
	
	
	
	.center_panel table b a
	{
		color: #000;
		text-decoration: none;
	}
	
	.center_panel table b a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	

	.center_panel ul
	{
		list-style: none;
		
	}
	
	.center_panel ul li
	{
		margin: 0 auto;
	}
	
	.center_panel .showtutorial li:first-line
	{
		font-weight: bold;	
	}

/*=============[END] center layout==================*/

