@font-face {
    font-family: 'LatinModernMonoLightBold';
    src: url('/wn_lib/fonts/LatinModernMono/lmm-litebold.eot');
    src: url('/wn_lib/fonts/LatinModernMono/lmm-litebold.eot?#iefix') format('embedded-opentype'),
         url('/wn_lib/fonts/LatinModernMono/lmm-litebold.woff') format('woff'),
         url('/wn_lib/fonts/LatinModernMono/lmm-litebold.ttf') format('truetype'),
         url('/wn_lib/fonts/LatinModernMono/lmm-litebold.svg#LatinModernMonoLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

div {
	margin: 0;
	padding: 0;
}
div.box {
	background-color: #fffff8;
	border: 1px outset #fff;
	-moz-border-radius: 5px 5px 10px 10px;
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-box-shadow: 0px 0px 4px 2px #554;
	-webkit-box-shadow: 0px 0px 4px 2px #554;
	margin: 5px;
	padding: 0 50px 50px 50px;
	}

* {
	color: #554;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}
b, strong, .bold,
li b, li strong {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1.2pt;
	margin-right: .3em;
}
a {
	color: #840;
	font-family: sans-serif;
	font-size: 10pt;
	letter-spacing: 1.2px;
	margin: 0px 3px;
	text-decoration: none;
}
a:hover {
	color: #a00;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #665;
	font-family: Verdana, sans-serif, Tahoma, Arial;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	margin-bottom: 0.2em;
	padding: 0;
	text-shadow: #987 1px 1px 3px;
}
h1 {
	font-size: 18pt;
	letter-spacing: 2pt;
}
h2 {
	font-size: 13pt;
	letter-spacing: 1.5pt;
	margin-top: 1em;
}
h3 {
	font-size: 11pt;
	letter-spacing: 1.2pt;
	margin-top: 1em;
}
h4 {
	font-size: 10pt;
	letter-spacing: 1pt;
	margin-top: 1em;
}
.first:first-line {
	letter-spacing: 2pt;
}
pre {
	font-family: 'Bitstream Vera Sans Mono', 'Monotype.com', 'Courier New', monospace;
	}
br {
	margin: 0;
}
hr {
	color: #aa8;
	margin: 0;
}
table {
	margin: 0;
	padding: 0;
}
th {
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 2pt;
	padding: .2em;
}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.list {
	background-color: #eee;
	margin: 0px;
	padding: 0px;
}
table.list td {
	background-color: #fff;
	color: #222;
	font-size: 9pt;
	padding: 3px;
}
table.footer td,
table.footer td * {
	color: #fff;
	}

p, ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
li {
	margin-top: 0;
	margin-bottom: .3em;
}
ul.nested, li ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
li.nested,
ul li,
ol li {
	margin-left: 30px;
}

p.quote {
	color: #554;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1.5pt;
	margin: 0 60px 20px 60px;
}
.right {
	text-align: right;
	margin-top: 0em;
	margin-bottom: 1em;
}
.byline {
	float: right;
	text-align: right;
	}
.smallprint {
	color: #665;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0;
}
sub,
sup {
	font-size: 7pt;
	}
img {
	border: none;
	margin: 0;
	padding: 0;
}

