@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444;
}
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #666;
	text-decoration:none
}
a:visited {
	color: #666;
	text-decoration:none
}
a:hover {
	color: #444;
	text-decoration:none
}
a:active {
	color: #666;
	text-decoration:none
}
.padrao_fundo_esq {
	background-image: url(img/padrao_fundo_esq.jpg);
	background-repeat: repeat-x;
}
.padrao_fundo_dir {
	background-image: url(img/padrao_fundo_dir.jpg);
	background-repeat: repeat-x;
}
