@charset "utf-8";
*{
	outline:0;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-image: url(/imagens/bg_pagina.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #F9F9F9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
table {
	font-weight: bold;
}
table a {
	color: #5a82aa;
}
#fundo{
	background-color: #F9F9F9;
	border: 2px solid #5a82aa;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	position: absolute;
}
