body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EAEAEA;
}

.tahoma {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
.tahoma_cinza{
	font-family: tahoma;
	font-size: 11px;
	color: #55555;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


