body {
	background-color: #EAEAEA;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image:url(imagens/fundo_site.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:none;	
}

#divRodape {
	position: relative;
	margin:0px;
	background-image:url(imagens/fundo_rodape.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#FFF;
	width: 100%;
	height: 116px;
}

#dvMenuCategorias li {
	
	list-style: none;
	
	text-align:left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	

	text-align:left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#dvMenuCategorias li a{
	text-decoration: none;	
	color: #FFF;
}

#dvMenuCategorias li a:hover{
	text-decoration: underline;	
}

.BtnSubmitNews {
	position:absolute;
	top:38px;
	left:130px;
	width:64px;
	height:24px;
	border:0px;
	cursor:pointer;
}

.CampoNews {
	position:absolute;
	top: 2px;
	left:15px;
	width:80%;
	height:12px;
	padding:2px;
	border:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:4px;
}

.CampoWeb {
	top: 2px;
	left:15px;
	width:80%;
	height:12px;
	padding:2px;
	border:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:4px;
}

.CancelarNews {
	position:absolute;
	top: 45px;
	left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
.texto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

.LinksMaiores {
	color:#00246A;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.LinksMaiores:hover {
	color:#00246A;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
