/****
 Eric Meyer's Reset Reloaded - 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Normalize fonts. Adapted from the YUI fonts.css, minus the invalid CSS */

body {font:13px arial,helvetica,clean,sans-serif;}
* html body {font-size:small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;}
* html pre, * html code {font-size:100%;}

/**
 * Fontsize		Percentage	Result
 * 10px			77%;		10px
 * 11px			85%;		11px
 * 12px			92.5%;		12px
 * 13px			100%;		13px
 * 14px			108%;		14px
 * 15px			115.5%;		15px
 * 16px			123.5%;		16px
 * 17px			131%;		17px
 * 18px			138.5%;		18px
 * 19px			146.5%;		19px
 * 20px			154%;		20px
 * 21px			162%;		21px
 * 22px			169.5%;		22px
 * 23px			177%;		23px
 * 24px			185%;		24px
 * 25px			192.5%;		25px
 * 26px			200%;		26px
*/

h1 {
	font-size: 185%;
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 108%;
	font-weight: bold;
}

table p {
	font-size: 100%;
}

/* Lists */

ol {
	list-style: decimal outside;
	padding-left: 20px;
}

ol ol {
	list-style: upper-alpha;
	margin: 0;
}

ol ol ol {
	list-style: upper-roman;
}		

ol ol ol ol {
	list-style: lower-alpha;
}

ol ol ol ol ol {
	list-style: lower-roman;
}

