table {
	font-size:120%;
	font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
	font-weight: normal;	
	line-height:1.2em;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
}

caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
thead th, tfoot th, tfoot td {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #fff;
	background: #009;
	vertical-align: middle;
	text-align: center;
}
  
tfoot th, tfoot td {
	border-top: 2pt double #009;
}

td, th {
	padding:4px;
}

tbody th {
	font-weight: normal; 
	border-bottom: 1px dotted #009;
}

tbody td {
	border-bottom: 1px dotted #009;
	text-align: center;
}

.odd {
	background: #e3e3f4;
}
