/* 
 * Rik Lomas - http://rikrikrik.com
 * Based on code from Nick Rigby - http://www.nickrigby.com
 */

body {
	font-size: 62.5%;
}
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a img, iframe {
	border: 0;
}
address {
	font-style: normal
}
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
/* Let's not reset them this time
ul, ol, dl, li, dt, dd {
	list-style: none;
}
*/
ul, ol, dl {
	margin-top: 0;
	margin-bottom: 15px;
}

/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}