body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	background-color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Menu */
#menu { /*define o menu em tamanho e tira o recuo do UL*/
	width: 168px;
	list-style: none;
	padding: 0;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #EFEFEF;
	margin: 0;
	height: 21px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#menu li {
	border-bottom: 1px dotted #D1D1D1;
	margin: 0;
	padding-bottom: 2px;
	width: 150px;
	padding-left: 5px;
}
#menu li a {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #EFEFEF ;
	padding: 5px 5px 5px 12px;
	width: 140px;
	height: 10px;
}
#menu li a:hover {
	display: block;
	color: #066377;
	text-decoration: none;
	background: #DADADA url(../imagens/set_me.gif) no-repeat 95% center;

}
#menu li .active{
	display: block;
	color: #066377;
	text-decoration: none;
	background: #DADADA url(../imagens/set_me.gif) no-repeat 95% center;
}

a.mais_link:link{
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
a.mais_link:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.mais_link:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}

a.link_textos:link{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a.link_textos:hover{
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a.link_textos:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


a.lig:link{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;	
}
a.lig:hover{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.lig:visited{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;	
}

.titulos{
	font-size: 12px;
	color: #000000;
	background: #DEDEDE url(../imagens/borda_titulos.jpg) no-repeat left bottom;
	padding-right: 12px;
}
.textos_conteudo{
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.titulos_paginas {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.camp_form{
	color: #000000;
	border: 1px solid #9AB1C9;s
}
.bt_form{
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 25px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9AB1C9;
	border-right-color: #5880A7;
	border-bottom-color: #5880A7;
	border-left-color: #9AB1C9;
}
.txt_camp{
	font-size: 10px;
	color: #999999;
}
.bordaTabelaTitulo{
		border: 1px solid #C3C3C3;
		background-color:#FFFF00;
}

.bordaTabela{
	border: 1px solid #C3C3C3;
	height:24px;
	padding:0px 0px 0px 5px;
}

