@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0;
	background-color: #333333
}
td {
	background-image: url(../../imagem/acess/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
th {
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #90C;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: underline;
}
p {
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
