/* 
	Minimal table styles
	written by Chris Heilmann http://wait-till-i.com
*/
table,td,th{
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table{
	border:none;
	background-position: center center;

}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
thead th{
	font-weight:bold;
	font-size:90%;
	vertical-align:bottom;
	border-bottom:1px solid #000;
	margin-bottom:5px;
}
tbody th,td{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 27px;


}

tbody td,tbody th{
	padding:7px 10px;
}
tbody th{
	border-left:1px solid #000;
}
tfoot td,tfoot th{
	margin-top:5px;
	border:none;
	border-top:1px solid #000;
}
caption{
	text-align:left;
	font-size:120%;
	font-weight:bold;
	margin:5px;
}
table a:link{
	color:#363;
}
table a:visited{
	color:#696;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 28px;

}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bolder;
	padding: 36px 12px 12px;

}
.centerit {
	vertical-align: middle;
	float: left;

}
