@CHARSET "UTF-8";

#toro-header,
.sf-menu,
#toro-navigation,
#branding h5,
#actionsAndViews,
#toro-footer,
#toro-wikiPage-view-links,
.toro-comments,
#toro-referenced-by,
.no-print
{
	display: none;
}

#branding h1 {
	display: block;
	padding: 0 0 30pt 0;
}

#branding h1 a {
	display: block;
	text-decoration: none;
	font-size: 24pt;
	margin: 0;
	padding: 10pt 0 0 0;
}

#branding h1 a img {
	position: absolute;
	right: 25pt;
	top: 6pt;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

body {
	margin: 15pt;
	padding: 0;
	font: 10pt/15pt Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin-top: 15px;
}

h1 {
	font-size: 13pt;
}

h2 {
	font-size: 11pt;
}

h3,h4,h5 {
	font-size: 10pt;
}

#toro-wikiPage-content ol li,
.mceContentBody ol li {
	padding-left: 5px;
	margin-left: 5px;
	list-style:decimal;
	list-style-position: inside;
}

#toro-wikiPage-content ul li,
.mceContentBody ul li {
	padding-left: 11px;
	margin: 0 0 4px 6px;
	list-style: square;
	list-style-position: inside;
}