/**
* Start Vanilla Stylesheet 0.9.5
*/
body {
	font: 9pt/1.6em Arial,Helvetica, sans-serif;
}
pre, code, tt {
	font: 1em/1.6em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
	color:#4e4e4e;
}
h1{
	font-size:26px;
}
h2{	
	font-size:22px;
}
h3{
	font-size:18px;
}
h4{
	font-size:14px;
}
h5{
	font-size:10px;
}
h6{
	font-size:8px;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
	color:#000;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
	color:#5e5e5e;
}
li ul, li ol {
	margin:0 1.5em;
	color:#000;
}
ul, ol {
	margin:0;
	padding:0 1.5em 1.5em 1.5em;
	color:#000;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
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;
	cursor:help;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
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;
	margin:0 0 10px 20px;
}
img.alignleft {
	display: inline;
	margin:0 20px 10px 0px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix {
	zoom: 0;
	display: block;
}
* html .clearfix {
	zoom: 0;
	display: block;
}
/**
* End Vanilla Stylesheet
*/