/*
	Basic style reset
 */

*, html
{
	padding: 0px;
	margin: 0px;
}
img,
a img
{
	border: none;
}


/*
	Typography
 */

body
{
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12pt;
	color: #333333;
	background-color: #FBFBFB;
	margin: 3em;
}

/* headers */
h1
{
	margin-bottom: .5em;
}
h2
{
	margin-bottom: .5em;
}
h3
{
	margin-bottom: .5em;
}

/* body text */
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.last,
pre,
form
{
	margin-bottom: 1em;
}
pre
{
	padding: .5ex;
}
/* lists */
ul
{
	list-style: square;
}
ul,
ol
{
	line-height: 1.333em;
	margin-left: 2em;
}
p + ul,
p + ol
{
	margin-top: .333em;
}


/*
	Utility classes
 */
.smaller
{
	font-size: 75%;
}
.small
{
	font-size: 50%;
}
.clear
{
	clear: both;
}