/* CSS Document */
body{
margin:0px;
font-family: "Trebuchet MS",Tahoma, Arial;
color: #666;
font-size:11px;
background-image:url(img/bg_esq.jpg);
background-position:top center;
background-repeat: repeat-x;
background-color: #01536f;
}
.bg_menu{
background-image:url(img/bg_menu.gif);
background-repeat:no-repeat;
background-position:top}

.bg_conteudo{
background-image: url(img/bg_esq.gif); 
background-repeat:repeat-x;}

.bg_esq{
background-image:url(img/bg_esq.gif);
background-repeat: repeat-x;
background-position:right top;}

.bg_dir{
background-image:url(img/bg_dir.gif);
background-repeat: repeat-x;
background-position:left top;}

table{
font-size:11px;
line-height: 18px;
}
.img{
border:2px solid #016288;}

.titulo{
color: #01536f;
font-weight:bold;
font-size:16px;}

.menu{
color: #fff;
font-weight:bold;
}



.bg_texto{
background-image: url(img/bg_conteudo.gif);
background-color: #FDFBEC;
background-position:top;
background-repeat: repeat-x;}

.bg_noticia{
background-image: url(img/bg_noticias.gif);
background-position:top;
background-repeat: repeat-x;}

.rodape{
color: #FFFFFF;
font-size:10px;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:  white;
	text-decoration:none;
	background-color: #016288;
}
a:visited {
	color: #888888;
	text-decoration: underline;
}
a:visited:hover {
	color:  white;
	text-decoration:none;
	background-color: #016288;
}

a.menu:link {
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}
a.menu:hover {
	color:  white;
	text-decoration: underline;
	background-color: #016288;
}
a.menu:visited {
	color: #eee;
	text-decoration: underline;
}
a.menu:visited:hover {
	color:  white;
	text-decoration: underline;
	background-color: #016288;
}

.input {
	font-family:  "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	border:1px solid #3B350F;
	background-color: #C8C5B4;
	color: #3B350F;
}
