@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
}
img {
	border:none;
	width:8px; 
	height:13px;
}
h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #00C;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(pontinho.png) no-repeat 3px 50%;	
}

h3{
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
table {
	border:none;
}
td.title {
	font-family:Tahoma;
	font-size: 8pt;
}
input.txt {
	font-family:Tahoma;	
}
input.btn {
	background:#eee;
	border:thin solid #000;
	font-family:Tahoma;
	font-size:8pt;
	height:25px;
	width:75px;
}
input.btn:hover {
	background:#CFF;
}