/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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 {
	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;
}
blockquote, q {
	quotes: 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: CSS Reset
START: Baseline Stylesheet

*/
body {
	font-size: 62.5%;
	line-height: 1.2;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

:focus {
	outline: 1px dotted black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin-bottom: .5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

p, ol, ul, li, blockquote, form, table {
	font-size: 1em;
	margin-bottom: 1em;
}

ol, ul, blockquote {
	padding-left: 2em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*

END: Baseline Stylesheet

*/