body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
	border-bottom:#666 1px dotted;
}

h4 {
	font-size: 110%;
	font-variant: small-caps;
	font-weight:bold;
	margin-top:30px !important;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

p {
	line-height: 1.4em;
	padding-left: 1.2em;
}

ul {}

ul li {
	margin-left: 30px;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
ul.nobullets {
	list-style:none;
}

.limpar2Lados {
	clear: both;
}

.flutuaEsquerda{
	float: left;
}

.flutuaDireita{
	float: right;
}

table.tabelaDecorada{
	width: 100%;
	float:left;
	clear:left;
}

.tabelaDecorada td {
	border: 1px solid #CCCCFF;
	padding: 3px;
}

.tabelaDecorada th {
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #006699;
	padding: 3px;
}

.tabelaDecorada a {
	text-decoration:none;
}

th.celulaFantasma {
	background: none;
	border: none;
}

.txtVermelho{
	color: #933;
}

.grifoAmarelo{
	background-color: #FFFF00;
}

.Maiusculas{
	text-transform: capitalize;
}

.minusculas{
	text-transform: lowercase;
}

.Versalete{
	font-variant: small-caps;
	font-size:110%;
}

p img {
	border: 1px solid #006699;
	margin: 5px;
	padding: 5px;
}
