/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagens/bg0001.jpg);
	text-align: center;
}

#master {
	width: 100%;
}

#bannertop {

	width: 100%;
	height: 170px;
	margin-top: 5px;
	background-image: url(imagens/bg0003.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#leftcol {

	margin-top: 0px;
	float: left;
	width: 19%;
	text-align: justify;
}

#centercol {

	margin-top: 10px;
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 57%;
	text-align: justify;	
}

#rightcol {

	margin-top: 10px;
	float: right;
	width: 19%;
	text-align: justify;
	padding: 3px;
	border-style: dashed;
	border-width: thin;
	border-color: #F8C300;
}

#rightcol02 {

	margin-top: 15px;
	float: right;
	width: 19%;
	text-align: justify;
	padding: 3px;
	border-style: dashed;
	border-width: thin;
	border-color: #F8C300;
}

#footer {
	background-color:#FFCC00;
	clear: both;
	width: 100%;
	height: 50px;
}

#line01 {
	width: 98%;
	float: left;
}

#center01 {

	float: left;
	width: 46%;
	margin: 5px;
	border-bottom: dashed;
	border-color: #FF9900;
	border-width: thin;	
}

#center02 {

	float: left;
	width: 46%;
	margin: 5px;
	border-bottom: dashed;
	border-color: #FF9900;
	border-width: thin;
}

#line02 {
	/*clear: both;*/
	width: 98%;
	float: left;
}

#center03 {

	float: left;
	width: 46%;
	margin: 5px;
	margin-top: 20px;
	border-bottom: dashed;
	border-color: #FF9900;	
	border-width: thin;	
}

#center04 {

	float: left;
	width: 46%;
	margin: 5px;
	margin-top: 20px;	
	border-bottom: dashed;
	border-color: #FF9900;
	border-width: thin;
}

.textonormal {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
	color: #000066;
}

#center01 p {
	padding-right: 10px;
}

#center02 p {
	padding-left: 10px;
}

#center03 p {
	padding-right: 10px;
}

#center04 p {
	padding-left: 10px;
}

#btnVerBlog {
	background-color: #FFDB5C;
	border: 1px;
	border-color: #003399;
	cursor: pointer;
	color: #003366;
}

.titulonormal {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 7px;
	color: #003366;
	background-image: url(imagens/bgtitulos.gif);
	background-repeat: no-repeat;
}

.titulonegrito {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}

.titulomlateral {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 7px;
	color: #003366;
	background-image: url(imagens/bgtitulos02.gif);
	background-repeat: no-repeat;
}

.titulonoticialista {
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: normal;
	color: #000066;
	text-indent: -17px;
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-image: url(imagens/setanoticia.gif);
}

.titulonoticia {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 7px;
	color: #003366;
	background-image: url(imagens/bgtitulos03.gif);
	background-repeat: no-repeat;
}

.titulocoracao {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 7px;
	color: #003366;
	height: 150px;
	background-image: url(imagens/bannercoracao.gif);
	background-repeat: no-repeat;
}


.formblog {
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: normal;
	color: #000066;
	background-color: #E9E9E9;
	border-style: solid;
	border-collapse: collapse;
	border-width: thin;
	border-color: #006AC6;
}



p img {
	margin: 4px;
}

.oculto {
	display: none;
}