/* This CSS has been inspired by hibrido.css from www.oswd.org */
/* This CSS has been inspired by hibrido.css from www.oswd.org */
body
{
    color: black;
/* improve browser support */
    background-image: none;
    background-color: white;
    background: white;
/* font-size: 12pt;*/
    font-size: large;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
img
{
  border: 0;
}
/* Defining entities descendant of a class="toc" attributed element */
*[class~=toc]
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 1px solid #fc6;
	font-family: fixed;
	font-size: large;
	background-color: #fffff3;
	background: #fffff3;
	color: #a30;
}
*[class~=toc] div
{
}
*[class~=toc] ul
{
	list-style-type: none;
	text-decoration: none;
	text-align: left;
}
*[class~=toc] a, *.toc li.active li a
{
}
*[class~=toc] a:hover, *[class~=toc] li a:hover
{
	background-color: #fc6;
	background: #fc6;
	text-decoration: none;
}
*[class~=toc] li.active a
{
	background-color: #fc6;
	background: #fc6;
	text-decoration: none;
}
/* End - Defining entities inside a id="toc" subtree */
*[class~=top]
{
	background-color: #ffffcc;
	background: #ffffcc;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 1px solid #fc6;
}
a
{
	color: #930;
}
a:visited
{
	color: #f60;
}
*[class~=content]
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 1px solid #fc6;
	background-color: #ffffe0;
	color: black;
}
*[class~=footer]
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
/*	font-size: 8pt; */
	font-size: small;
	font-family: sans-serif;
	border-top: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 1px solid #fc6;
	background-color: #fffff0;
}
p,ul,ol
{
	text-align: justify;
	color: black;
}
h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div.attribuited-to
{
	font-weight: bold;
	text-align: right;
}
p.sectionhead, div.sectionhead
{
	text-align: right;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 4px;
	margin: 1em;
	font-size: 130%;
	border-top: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 0px solid #fc6;
	border-left: 0px solid #fc6;
}
p.section, p.sectionbody, div.sectionbody
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 4px;
 	margin: 1em;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 2px solid #fc6;
	border-left: 2px solid #fc6;
  border-style: solid;
}
div.flag
{
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
}
div.logo
{
	border: 0px solid;
	padding: 1px;
	text-align: center;
}
