/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundo_esq.gif);
}
input, textarea, select {
	background: #fafafa;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;	
	font-family: Arial;
	font-size: 12px;	
	color: #444444;
	text-decoration: none;	
	padding: 0px;
	cursor:pointer;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}