ESTILO BASICO 

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #555555;
	line-height: 1.5;
}
body {
	cursor: default;
	margin: 0px;
}

.borda {
	border: 1px solid #DDDDDD;
}

button {
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-family: Verdana;
}input {
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
	border: 1px solid #999999;
	font-family: Verdana;
}textarea {
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
	border: 1px solid #999999;
	font-family: Verdana;
}
select {
	font-size: 11px;
	color: #666666;
	background-color: #F0F0F0;
	border: 1px solid #999999;
	font-family: Verdana;
}
.bordinha {
	font-size: 11px;
	border: 1px solid #dddddd;
}
.carregando {
	background-attachment: fixed;
	background-image: url(/imagens/processando.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	text-decoration: none;
	color: #555555;
	line-height: 1;
}
a:visited {
	text-decoration: none;
	color: #555555;
	line-height: 1;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	line-height: 1;
}
a:active {
	text-decoration: none;
	color: #555555;
	line-height: 1;
}
