
html, body, form, p
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

body
{
	width: 880px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E0E0E0;
	background-image: url(Imagens/BK_Body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

a
{
	color: #1A3889;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
