/* @group CSS Reset */

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, form, img, ins, kbd, q, s, samp,
small, strike, 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%;
}

body {
	line-height: 1;
	font-size: .63em;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}

caption, th, td {
	font-weight: normal;
}

a {
	cursor: pointer;
}

img {
	margin: 0;
}

/* @end */

body {
	font-family: Verdana;
	background-color: #fff;
	color: #4d4d4d;
}

a {
	color: #ee7325;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 125%;
}

h2 {
	font-size: 1.35em;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 125%;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 125%;
}

p {
	font-size: 1.1em;
	margin-bottom: 15px;
	line-height: 135%;
}

td {
	line-height: 135%;
	padding: 2px 0;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

li {
	font-size: 1.1em;
	line-height: 135%;
	margin-bottom: 5px;
}

em {
	font-style: italic;
}

hr {
	background-color: #f0f0f0;
	border: 0;
	color: #f0f0f0;
	height: 2px;
}
