body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10mm;
	margin-right: 5mm;
	margin-top: 15mm;
	margin-bottom: 15mm;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20mm;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	margin-left: 22mm;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 24mm;
}
p {
	margin: 3mm 0mm 3mm 20mm;
}
ul {
	margin-top: 3mm;
	margin-bottom: 3mm;
	text-indent: 1mm;
	list-style-position: outside;
	margin-left: 25mm;
}
ul li ul {
	margin-left: 10mm;
	margin-top: 3mm;
	margin-bottom: 3mm;
	text-indent: 0mm;
	list-style-position: outside;
	list-style-type: circle;
}
ol {
	margin-left: 30mm;
	margin-top: 3mm;
	margin-bottom: 3mm;
	text-indent: 0mm;
	list-style-position: outside;
}
table {
	margin-left: 30mm;
	width: 80%;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFEC;
	font-size: small;
}
td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0A0A0;
	border-bottom-color: #A0A0A0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0A0A0;
	border-bottom-color: #A0A0A0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;

}
table ul {
	margin-left: 0mm;
	margin-top: 3mm;
	margin-bottom: 3mm;
	text-indent: 0mm;
	list-style-position: outside;
}
img {
	text-align: center;
	cursor: hand; cursor:pointer;
	vertical-align:text-bottom;
}
.BordaImagem {
	border: 1px solid silver;
}

.Legenda {
	font-style: italic;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

.Importante {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #FFFFCC;
}
.Código {
	font-family: "Courier New", Courier, mono;
}
.Código-Quadro {
	font-family: "Courier New", Courier, mono;
	border: 1px solid #666666;
	padding: 5px;
	background-color:#F4F4F4;
}

.Code-Box {
	font-family: "Courier New", Courier, mono;
	border: 1px solid #666666;
	padding: 5px;
	background-color:#F4F4F4;
}

.TODO {
	color: #FF0000;
	font-weight: bold;
	text-decoration: blink;
	background-color: #FFFF66;
}
.Estrangeiro {
	font-style: italic;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.Pergunta {
	font-weight: bold;
	margin-left: 0px;
}
.Legenda {
	font-size: xx-small;
	color: #999999;
}
.Capitulo {
}
