.quebra, br.super_quebra, media_quebra {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
br.super_quebra { margin: 15px 0; }
br.super_quebra { margin: 5px 0; }

#conteudo a {
	font-weight: bold;
	color: #406CA3;
	text-decoration: underline;
}
#conteudo a:hover { text-decoration: none; }

#conteudo h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	float: none;
	border-bottom: 1px solid #F7F7F7;
	padding-bottom: 4px;
	margin-bottom: 18px;
	color: #1957A9;
	letter-spacing: -2px;
}

#conteudo h3 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 20px;
	color: #666;
}
#conteudo h3 a.no-link { color: #666; text-decoration: none; }
#conteudo h3 span { font-weight: normal; }

#conteudo h4 {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	color: #333;
	border-bottom: 1px solid #F7F7F7;
	padding-bottom: 2px;
	color: #9ED005;
}
#conteudo h4.no-link a { color: #9ED005; text-decoration: none; }

#conteudo h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	color: #666;
}

#conteudo ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 16px;
	margin-left: 26px;
}
#conteudo ul li {
	display: block;
	margin-bottom: 5px;
	border-left: 4px solid #EEE;
	padding-left: 4px;
	font-sie: 11px;
	color: #444;
}

#conteudo p {
	display: block;
	margin-bottom: 11px;
	color: #333;
	text-align: justify;
	text-indent: 32px;
}

#conteudo p.links {
	background: url(../imagens/seta_menu.gif) no-repeat 32px;
	text-indent: 48px;
}
#conteudo p.links a { margin-right: 6px; }

#conteudo p.centra {
	text-align: center;
	color: #555;
	text-indent: 0;
	margin-left: -1px;
	margin-top: 4px;
}

#conteudo div.img {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#conteudo div.img img {
	margin: 2px 4px;
	border: 1px solid #EEE;
	padding: 5px;
	background: #FFF;
}

#conteudo div.img a img { border: 1px solid #1957A9; }
#conteudo div.img a:hover img { border: 1px solid #EEE; }

#conteudo table {
	display: block;
	width: 97%;
	margin: 0 auto;
}
#conteudo table tr td {
	font-size: 12px;
	color: #333;
	padding: 8px;
	vertical-align: top;
}
#conteudo table tr td h4 {
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
}
#conteudo table tr td p {
	text-indent: 0;
	margin-top: 4px;
}
#conteudo table tr td ul {
	margin-left: 10px;
	margin-top: 6px;
}
#conteudo table tr td.img {	text-align: center; }

form .c {
	border: 1px solid #DDD;
	padding: 2px 3px;
	font-size: 11px;
}
form .c_focus { border: 1px solid #1957A9; }

form .rowButton {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 8px;
}
form .rowButton input {
	font-size: 11px;
	font-weight: bold;
	background: #1957A9;
	color: #FFF;
	padding: 3px 1px;
	border: 2px solid #0B274B;
	border-left-color: #406CA3;
	border-top-color: #406CA3;
	margin: 1px 3px;
}