/* 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, 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;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}

/* General Styles */

body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Helvetica Neue Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}

p {
	line-height: 1.5em;
	margin: 0.5em 0 1.5em;
}

h1 {
	font-size: 2em;
	line-height: 2em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin: .35em 0 .5em;
}

ul li, ol li, h1, h2, h3, h4, h5, h6, p {
	font-family: Georgia, serif;
}

p a:link, p a:visited, p a:hover, p a:active {
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}

a:hover {
	color: #333;
	border-bottom: 1px dashed #333;
}

.links {
	margin: 1em 0 .5em;
}

.bottom {
	padding: .35em .25em;
}

span.pipe {
	color: #E9E9E9;
	font-weight: bold;
	padding: 0px 5px;
}

.permalink a {
	border-bottom: 0px;
}

pre, code, div.letter, div.letter * {
	font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
  overflow: auto;
}

/* Common Form */

form dl dt, form dl dd {
	padding: 5px 0px 3px;
}

form dl dt label {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style: disc outside
}

ol {
	list-style: decimal inside
}

ul li, ol li {
	margin: .5em 0em .5em 2em;
  line-height: 1.5em;
}

sup {
  vertical-align: super;
  text-size: xx-small;
}