body { 
	font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}


/* ---- Some Resets ---- */

p,
table, caption, td, tr, th {
	margin:0;
	padding:0;
	font-weight:normal;
	}

/* ---- Paragraphs ---- */

p {
	margin-bottom:15px;
	}
	
/* ---- Table ---- */

table {
	border-collapse:collapse;
	margin-bottom:15px;
	width:75%;
	}
	
	table td,
	table th {
		padding:5px;
		}
		
	thead th {
		
		}
			
		thead th[colspan],
		thead th[rowspan] {
			
			}
	tbody th,
	tfoot th {
		text-align:left;
		}
		
	tbody td,
	tfoot td {
		text-align:center;
		
		}
		
	tfoot th {
		
		}
		
	tfoot td {
		
		font-weight:bold;
		}
			
	tbody tr.odd td { 
		
		}