/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
fieldset, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol { margin-left: 1.7em; }
ul { margin-left:1.2em; }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** End of Reset from Eric Meyer. */

/** Resets from Dave Widmer. */
/* Body */
body { 
	font-size:13px;
	height:100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
h1{	font-size:2.5em; }
h2{	font-size:2em; }
h3{	font-size:1.75em; }
h4{	font-size:1.5em; }
h5{	font-size:1.25em; }
h6{	font-size: 1em; }

/* Paragraph */
p{ margin-bottom:1em; }

/** Tables */
td,th{ vertical-align:top; }

/* Lists */
ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}
ul {
	list-style-type: disc;
	margin-bottom: 1em;
}
li {
	margin-bottom: .5em;
}
li:last-child {
	margin-bottom:0;
}

/* Forms */
input,textarea,button,option,select {
	font-size:inherit;
	font-family:inherit;
}

/* Horizontal Rule */
hr {
	height:1px;
	margin:1em 0;
}