/* CSS Document */

body {
	background-image: url(../imagens/bg.png);
	background-repeat: repeat;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	font-size: 12px;	
}

table {
	background-color:#FFFFFF;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.arial_12 {	
	font-family: Arial, sans-serif;
	font-size: 12px;	
	color: #FFFFFF;
}
.arial_11 {	
	font-family: Arial;
	font-size: 11px;
}

.arial_13 {	
	font-size: 13px;
	font-weight: bold;
}

.imagem {
	position: relative;
	z-index: 1;
	overflow: hidden;	
	border: 3px solid #FFFFFF;
	bottom: 3px;

}
.imagem:hover {
	position: relative;
	z-index: 1;
	overflow: hidden;	
	border: 3px solid #FF9900;
	bottom: 3px;

}
