/* >>>>>>>>>>>>>>>>>>>>>>>>>>  geral */

html, body, form, h1, h2, h3, h4, p {
	line-height:18px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #F0F0F7;
}

html { 
	background-color: #E5E5F0;
}

body, td, th, input, select, textarea {
	margin:0px;
	font-family:arial, tahoma;
	font-size: 11px;
	color:#828299;	
}

input, textarea {
	border: #C2C2D3 1px solid;
}

input {
	padding:6px 3px 5px 3px;
	background:url(../img/bg_input.gif) repeat-x;	
}

textarea {
	height:117px;
	background: url(../img/bg_textarea.gif) repeat-x;
	*background-attachment:fixed;
}

.nocss {
	clear:both;
	height:auto;
	background:none;
	background-color:none;
	border: 0px;
	padding:0px;
	margin:0px;
}

p {
	padding:0;
	margin:0;
	padding-top:10px;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	margin:0px;
	padding: 0px;
}

.corforte {
	color: #25237B;
}

.destaquebranco {
	color:#FFF;
	font-weight:bold;
}

h1 {
	color: #25237B;
	font-size: 30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin-left:8px;
}

h2, .data {
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	color: #0D8046;
	font-size: 12px;
	display:block;
	text-decoration:none;
}

h4{
	color: #0D8046;
	font-size: 12px;
	display:block;
	text-decoration:none;
	margin-top:25px;
	margin-bottom:0px;
}
h4 span{
  margin: 0;
  font-size:11px;
	font-weight: normal;
}

.data {
	font-size: 9px;
}

.margem {
	height: 22px;
	overflow:hidden;
}
.margem2{
	height: 15px;
	overflow:hidden;
}


.margempequena {
	height:6px;
	overflow:hidden;
}

.titulo {
	background-image:url(../img/bg_titulo.gif);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:30px;
	height:30px;

	padding-left:12px;
	color:#FFF;
	size:12px;
	font-weight:bold;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>> links */

a:link, a:visited, a:active {
	color:#3E3D7A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

a.cinza {
	color:#828299;
}

a.bloco {
	display:block;
}

h2 a:link, h2 a:visited, h2 a:active{
	color:#0D8046;
	text-decoration:none;
}

h2 a:hover{
	color:#0D8046;
	text-decoration:none;
}

.links a:link, .links a:visited, .links a:active{
	text-decoration:none
}

.links a:hover{
	text-decoration:underline;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>> texto */

body tit {

	font-color:#0D8046;
	font-size: 13px;
	font-weight:bold;
}

body data {
	font-size: 9px;
}

.separadorconteudo {
	background-image: url(../img/separador_conteudo.gif);
	background-repeat:no-repeat;
	height:4px;
	overflow:hidden;
}


.paginacao {
	position:relative;
	padding: 10px 29px 5px 29px;
	text-align:center;
}

.paginacao a {
}

.marca{
	position:absolute;
	top:12px;
	left:570px;
}

.cartaz{
	position:absolute;
	top:146px;
	left:570px;
}


