/*** Core html stuff ***/
html, body {
	margin: 0;
	padding: 0;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

body {
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 82%;
	line-height: 1.3;
}
h1 { font-size: 1.7em; line-height: 1.2; }
h2 { font-size: 1.3em; line-height: 1.3; }
h3 { font-size: 1.1em; }
p, pre, td, div, table { font-size: 1em; }

p, p.MsoNormal {
	margin-top: 0;
	margin-bottom: 0.5em;
}

h3 {
	margin-bottom: 0.5em;
}

a:link, a:visited { color: #47d; text-decoration: none; }
a:hover { color: #668ddc; text-decoration: underline; }
