/* CSS Reset v1.0 03-20-10 */

body, div, p, address, blockquote,
h1, h2, h3, h4, h5 ,h6,
ol, ul, li,
span, em, a, img, q, 
form, fieldset, legend,
table, caption, tr, th, td {
	  font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	  text-align: inherit;
	text-decoration: none;
	  vertical-align: baseline;
	color: inherit;
	  background: none;
	padding: 0;
	border: 0;
	margin: 0;
}

input, textarea, select, option {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	padding: 0;
	margin: 0;
}

body { line-height: 120%; }

ul, ol { list-style: none; }

legend { /margin: 0 0 0 -7px;  /*IE*/ }