	table {
			border:1px dotted #222;
	border-collapse: collapse; 
			width:265px;
			margin-bottom:20px;
			}
			
		table th {
			color:#993300;
			text-align:left;
			font-weight:100;
			font-size:12px;
			letter-spacing:2px;
			text-transform:uppercase;
			}
		table th, table td { padding:8px; border:1px solid #ccc;
	
		
		}
		table th {
			border-bottom:2px solid #000;
			background:#c04d1e;
			color:#fff;
			}
		table tr { background:#f6f6f6; }
		table tr.on { background:#e6e6e6; }
		table td {
			font-size:12px;
			color:#333;
			}
		table td em { font-size:10px;}
		tr.hilight { background: #c9f; }