body {
	margin: 0;
	padding: 0;
	font-family : Verdana;
	font-size : 11;
	font-weight: normal;
	background-image: url('/imagens/wood.jpg'); 
	background-repeat: repeatxy;
	background-position: center center;
	overflow-x: hidden;
	overflow-y: hidden;
}

table, tr, td, div, p, span {

	font-family : Verdana;
	font-size : 11;
	font-weight: normal;
	color: #FFFFFF;
}

a {
	color: #FFFFFF; 
	text-decoration: none; 
}

a:hover	{ 
	text-decoration: underline; 
}

a#dev {	
	text-decoration: none; 
	color: #FFFFFF;
}

a#dev:hover { 
	text-decoration: underline; 
}

a#venda {	
	text-decoration: none; 
	color: #DDDDDD;
}

a#venda:hover { 
	text-decoration: underline; 
}

.endereco {
	color: #AAAAAA; 
}

img {
	border: 0;
	padding: 0;
}

input, select, option, textarea  {

	font-family : Verdana;
	font-size : 11px;
	padding : 2 2 2 2;
	height : 20px;
}

li {
	padding: 1;
	margin: 1;
}

input.btn  {

	font-family : Verdana;
	font-size : 11px;
	padding : 2 2 2 2;
	height : 24px;
	background-color: #E8E8E8; 
	color: #000000;
}

