body {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #F2F2F2;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
input {
	font-family: arial;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td {
	text-align:left;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	background-color:#cccccc;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
.titulos {
	color:#999999;
	font-size:18px;
	font-weight:600;
	letter-spacing:-1px;
}
.listagem {
	background-image: url(../imagens/bg_listagem.jpg);
	background-repeat: repeat-x;
}
