body {
	margin: 40px 0 70px 0;
	background: #ffffff;
	font: normal 15px ubuntu, calibri, "trebuchet ms", tahoma, arial, helvetica;
	color: #000000;
}

a, .a {
	text-decoration: none;
	border: 0;
}

a:link, a:visited, .link {
	color: #a6a6a6;
}

a:hover {
	color: #007cc1;
	text-decoration: underline;
}

a.menu:hover {
	text-decoration: none;
}

div.menu {
	width: 119px;
	border-bottom: 2px solid #a6a6a6;
	float: right;
	margin-right: 30px;
}

h1, h2, h3 {
	color: #007cc1;
	margin: 0;
}

li {
	margin-top: 10px;
}

li:first-child {
	margin-top: 0;
}

input, .input, select, textarea {
	border: 1px solid #999999;
	color: #007cc1;
	background: #ffffff;
	font: normal 14px ubuntu, calibri, "trebuchet ms", tahoma, arial, helvetica;
	padding: 2px 5px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.botao {
	border: 1px solid #007cc1;
	background: #007cc1;
	font: bold 14px ubuntu, calibri, "trebuchet ms", tahoma, arial, helvetica;
	color: #ffffff;
	text-align: center;
	width: 90px;
	padding-bottom: 3px;
}

.oculto {
	display: none;
}
