html
{
	font-size: 62.5%;
}
body
{
	font-size:1.8rem;/* 9pt/1.5em */
	font-family: "Open Sans","Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	background-color: #DFE1E3;
}
pre, code, tt
{
/*1em/1.5em*/
	font-size: 1.8rem;
	font-family: "Cutive Mono",Consolas,"Lucida Sans Unicode","Bitstream Vera Sans Mono","DejaVu Sans Mono","Courier New","Andale Mono","Lucida Console",monospace;
}
h1, h2, h3, h4, h5, h6, b, strong
{
	font-weight: bold;
}
em, i, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
p, code, pre, kbd
{
	margin: 0 0 1.5em 0;
}
blockquote
{
	margin: 0 1.5em 1.5em 1.5em;
}
cite
{
	font-style: italic;
}
li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ol ol
{
	list-style: upper-alpha;
}
ol ol ol
{
	list-style: lower-roman;
}
ol ol ol ol
{
	list-style: lower-alpha;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
table
{
	margin-bottom: 1.4em;
	width: 100%;
}
th
{
	font-weight: bold;
}
th, td, caption
{
	padding: 4px 10px 4px 5px;
}
tfoot
{
	font-style: italic;
}
sup, sub
{
	line-height: 0;
}
abbr, acronym
{
	border-bottom: 1px dotted;
}
address
{
	font-style: italic;
	margin: 0 0 1.5em;
}
del
{
	text-decoration: line-through;
}
pre
{
	margin: 1.5em 0;
	white-space: pre;
}
img.centered, .aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	display: inline;
}
img.alignleft
{
	display: inline;
}
.alignright
{
	float: right;
	margin-left: 10px;
}
.alignleft
{
	float: left;
	margin-right: 10px;
}
img
{
	max-width: 100%;
}
* html .clearfix
{
	height: 1%;
}
* + html .clearfix
{
	display: inline-block;
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .group
{
	height: 1%;
}
* + html .group
{
	display: inline-block;
}
.group:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
