/* ---------------------------- Padrão -----------------------------*/

html, body {
	border:0px;
	margin:0px;
	max-height:100%; /* Mesma coisa do padding só que funciona no IE*/
	padding:0px;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(imagens/fund.gif);
	background-color:rgb(18, 156, 184);
}

body, label, span, input, select, option, textarea, a, table, tr, td, div, ul, li
{
	color: rgb(0,0,0);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

td
{
	vertical-align:top;
}

input, select, textarea
{
	font-size: 10px; 
	font-weight: bold; 
	color: rgb(58, 108, 197);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(58, 108, 197);
}

label
{
	font-weight:bold;
	text-align:right;
	padding-right: 0.5em;
	display:block;
	float:left;
	font-size:10px;
	color:rgb(255, 255, 255);
}

br
{
	line-height:1ex;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

.tabela
{
	width:680px;
	margin:0 auto;
}

/* ---------------------------- MENU -----------------------------*/
#menuPrincipal li a {
	float: left;
	width:180px;
	height:25px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	color:rgb(94, 87, 85);
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#menuPrincipal li
{
	width:180px;
	height:25px;
	list-style-type:none;
	text-align:left;
	overflow: hidden;
	background-color:rgb(255, 255, 255);
	background-image:url(imagens/seta_09.gif);
	background-position: 15px 6px;
	background-repeat:no-repeat;
	_margin-bottom:-3px;
	margin-top:-1px;
	_margin-top:0px;

}

#menuPrincipal li a {
	background-image: none;
	padding-left: 30px;
	padding-right: 0px;
	padding-top:3px;
}

#menuPrincipal li a:hover
{
	padding-left: 30px;
	background-image:url(imagens/seta_10.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	color:rgb(54, 152, 36);
}
/*---------------------------------------------------*/

/*---------------Ultimas Novidades----------------------*/
#li, li a {
	float: left;
	width:445px;
	height:22px;
	vertical-align:middle;
	font-size:11px;
	color:rgb(79, 79, 59);
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#noticia li
{
	width:445px;
	height:17px;
	list-style-type: none;
	text-align:left;
	overflow: hidden;
	border:1px;
	border-right:0px;
	border-top:1px;
	border-left:0px;
	border-bottom:1px;
	border-color: rgb(223, 223, 226);
	background-color:rgb(255, 255, 255);
	border-style:solid;
	_margin-bottom:-3px;
	margin-top:-1px;
	_margin-top:0px;

}

#noticia li a 
{
	width:445px;
	height:17px;
	background-image: none;
	padding-left: 15px;
	padding-right: 0px;
	padding-top:1px;
}

#noticia li a:hover
{
	padding-left: 15px;
	color:rgb(41, 185, 195);
	background-color:rgb(199, 191, 255);
	color:rgb(255, 255, 255);
}
/*-------------------------------------------------*/

/*--------------- agenda ----------------------*/

#agenda
{
	width:445px; 
	background-color:rgb(255, 255, 255);
}

#agenda li a {
	float: left;
	width:445px;
	height:24px;
	vertical-align:middle;
	color:rgb(115, 155, 218);
	font:tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#agenda li
{
	width:445px;
	height:24px;
	list-style-type: none;
	text-align:left;
	overflow: hidden;
	border:1px;
	border-right:0px;
	border-top:1px;
	border-left:0px;
	border-bottom:1px;
	background-color:rgb(255, 255, 255);
	background-image:url(imagens/fund_comunicado.gif);
	background-position: 2px -4px;
	background-repeat:no-repeat;
	_margin-bottom:-3px;
	margin-top:-1px;
	_margin-top:0px;

}

#agenda li a 
{
	width:445px;
	height:24px;
	background-image: none;
	padding-left: 15px;
	padding-right: 0px;
	padding-top:1px;
}

#agenda li a:hover
{
	padding-left: 15px;
	color:rgb(232, 121, 23);
	background-color:rgb(255, 255, 255);
	background-image:url(imagens/fund_comunicado.gif);
	background-position: 5px -4px;
	background-repeat:no-repeat;
}

/*--------------- agenda1 ----------------------*/

#agenda1
{
	width:445px; 
	background-color:rgb(255, 255, 255);
	padding-top:5px;
}

#agenda1 li a {
	float: left;
	width:445px;
	height:24px;
	vertical-align:middle;
	color:rgb(115, 155, 218);
	font:tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#agenda1 li
{
	width:445px;
	height:24px;
	list-style-type: none;
	text-align:left;
	overflow: hidden;
	border:1px;
	border-right:0px;
	border-top:1px;
	border-left:0px;
	border-bottom:1px;
	background-color:rgb(255, 255, 255);
	background-image:url(imagens/fund_comunicado.gif);
	background-position: 2px -4px;
	background-repeat:no-repeat;
	_margin-bottom:-3px;
	margin-top:-1px;
	_margin-top:0px;

}

#agenda1 li a 
{
	width:445px;
	height:24px;
	background-image: none;
	padding-left: 15px;
	padding-right: 0px;
	padding-top:1px;
}

#agenda1 li a:hover
{
	padding-left: 15px;
	color:rgb(232, 121, 23);
	background-color:rgb(255, 255, 255);
	background-image:url(imagens/fund_comunicado.gif);
	background-position: 5px -4px;
	background-repeat:no-repeat;
}
/*------------------------------------------------------*/
.muda
{
	font-size: 10px; 
	font-weight: bold; 
	color: rgb(82, 25, 115); 
	border: 1px solid rgb(82, 25, 115);
	background-color:rgb(255, 255,255);
}

.BOTAO
{
	cursor: pointer;
	margin-bottom:1ex;
	text-align:center;
	border:0;
	margin:0px;
}

/*--------------------------------------------------------------------------------*/
.titulo
{
	color:rgb(104, 104, 104);
}

.letragrande
{
	font-size:14px;
	font-weight:bold;
}

.texto1
{
	color:rgb(52, 146, 37);
	font-weight:bold;
}

.texto2
{
	font-weight:bold;
	color:rgb(95, 120, 194);
}

.texto3
{
	font-style:italic;
}

.texto4
{
	font-weight:bold;
	color:rgb(109, 191, 95);
}

.linkazul
{
	color:rgb(88, 119, 207);
	font-style:italic
}

