@import "fonts.css";

body,td,th {
	color: #369;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
}
a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
.form {
	font-size: 12px;
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;
	cursor: default;
}

.botao {
	font-size: 9px;
	font-style: normal;
	border: 1px solid #CCCCCC;
	margin: auto;
	padding: 1px;
	clear: right;
	float: left;
	height: 18px;
	width: auto;
	background-color: #FFFFFF;
	color: #999999;
	cursor: hand;



}
