/* get rid of those system borders being generated for A tags */
body {
	/*background-image: url(../imagens/fundo.png);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

table.tabela_com_linha{
	border-collapse: collapse;
	border:1px solid #666;
}

.botaoNovo {
	background-color: #05BC33;
	border:#999 solid 1px;
	height:30px;
	width:120px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}