@charset "utf-8";
/* CSS Document */

body {
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin-top:0px;
}

.fonte_menu {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:150%;
}

.menu_lateral {
	background-image: url(imagens/lateral.jpg);
	background-repeat:repeat-y;
	padding-left:7px;
}

.titulo_principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color:#006666;
}

.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#006666;
}

.destaque {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#EC4D00
}

.texto {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	line-height:150%;
}

.linha_vertical {
	background-image:url(imagens/linha_horizontal.jpg);
	background-repeat:repeat-y;
}

.lateral_direita {
	background-image:url(imagens/lateral_dir.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	padding-right:0px;
}
.lateral_esquerda {
	background-image:url(imagens/lateral_esq.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	background-position:right;
}

.rodape {
	background-image:url(imagens/rodape.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

a.font_link_padrao:link {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color:#09F;
}
a.font_link_padrao:active, a.font_link_padrao:hover{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #008BB9;
	background-color: #F3F3F3;
}
a.font_link_padrao:visited{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #09F;
	
}
a.font_link_destaque:link {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #F30;
}

a.font_link_destaque:visited{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #F30;
}