*{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 0px; 
	margin: 0px;
}
body{
	background: #003300;
	text-align: center;
	margin-top: 10px;
}

div#pagina{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto;
	width: 780px;
	background: #ffffff;
	position: relative;
}
a{
	font-style: none;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a:link{
	font-style: none;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	font-style: none;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
img{
	border: none;
}

#barra_cinza{
	height: 2px;
	margin: 
	overflow: hidden;
	background: #949393;
}