/* Default CSS Stylesheet for a new Web Application project */

/* O BOTICÁRIO GENERIC */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	color: #000000;
}
td {
	text-align: left;
	vertical-align: top;
}
.greytext {
	color: #999999;
	display:block;
}

.dadtext {
	font-weight: bold;
	text-align: center;
	display:block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 100%x;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-weight: bold;
	color: #005FAE;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display:block;




