/* Gerais */
body {
	font-size: 1px;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
a {
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font-family: verdana;
	font-size: 11px;
	color:#666666;
	text-decoration:underline;
}
textarea {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999999;
}
input {
	font-family: verdana;
	font-size: 11px;
}

img {
	border: 0px;
}

table {
	cellpadding: 0px;
	cellspacing: 0px;
}