
	#leftcol p {
	    margin: 20px 0 15px 20px;
	    padding: 0;
		font-size: .9em;
		width: 486px;
		float: left;
		}

	#leftcol ul {
		margin: 0 0 0 30px;
		padding: 0;
		width: 450px;
		list-style:outside;
		}
	
	#leftcol li  {
		font-size: .9em;
		margin: 20px 0 0 30px;
		padding: 0;
		color:#FF0000;
		}
	
		
	#leftcol li span  { color:#000000; }

	#table_outline{
		text-align:center;
		margin:0px;
		padding:0;
		width:500px;
		background-color:#c71231;
		position:relative;
		overflow:hidden;
		}

	.table_title{background:#c71231; color:#ffffff; font-size:20px;}
	
	.t_headers{font-size:12px;}
	
	table#features { font-size:10px; margin:8px 24px 24px 24px; padding:0; border-bottom: 4px solid #B30A37; color:#B30A37; line-height:1; }

	table#features tr { background-color:#FFFFFF; font-size:10px;}

	table#features th { margin:0; padding:8px; background-color:#c71231; color:#ffffff; font-weight:bold; }

	table#features .description { width:40%; font-size:12px; text-align:left; color:#000000; }
	
	
	#tl, #tr, #br, #bl{position:absolute}
	#tl{top:0;left:0;} 
	#tr{top:0;right:0;}
	#br{bottom:0;right:0;}
	#bl{bottom:0;left:0;}

	*html #br{bottom:-1px; right:0;}
	*html #bl{bottom:-1px; left:0;}

