form {
	margin: 0px;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	width:95%;
	border: 1px solid #e6e7e8;
	font-family: calibri;
	font-weight: bold;
	color:#999999;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../imagens/logo_bgr.gif) repeat-x top;
	margin: 0px;
}
li, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.titulo {
	font-size:16px;
	font-weight: bolder;
}