/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EDEDED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.campo{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
}

.mOver{
	background-color:#F3F3F3;
	cursor:pointer;
	text-align:center;
	padding:5px;
	border:1px solid #333333;
}
.mOut{
	background-color:#FFFFFF;
	cursor:default;
	text-align:center;
	padding:5px;
	border:1px solid #F2F2F2;
}
.mTabela{
	margin:3px;
}

input, select{
	border:1px  outset #F2F2F2;
	background-color:#FFFFFF;
	color:#990000;
	background-image:url(img/background.jpg);
	padding:2px;
}

textarea{
	border:1px  outset #F2F2F2;
	background-color:#e8e8e8;
	color:#990000;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(img/background.jpg);
	padding:2px;
}


.botao{
	border:1px outset #F2F2F2;
	background-color:#FFFFFF;
	color:#FFFFFF;
	height:23px;
	background-image:url(img/backgroundbotao.jpg);
}

img a{
	border:0px;	
}
a img{
	border:0px;	
}
a{
	text-decoration:none;	
}
a:hover{
	color:#930;	
}
#ul_noticias{
	list-style:none;
}
#ul_noticias li{
	padding-bottom:3px;	
}