@charset "utf-8";
/* CSS Document */

body {
	margin:		0px;
	padding:	0px;
	background-color:   White;
	background-image: 	url(../imagens/bgsilver.jpg);
	background-repeat:  repeat-x;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style2 {color: #666666}

div.pos_abs
{
	width: 20px;
	height: 20px;
	position:absolute;
	left:0px;
	top:0px
	cursor:hand;
}
