body {
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.t_site {
	font-size: 12px;
	color: #99CC00;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99CC00;
}
.fundo{
	background-image: url(../jpg/fundo.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.trans{
	 filter:alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;

}
input, select, textarea, radio{
border: #333333 dashed 1px;
}
.text
{
	font: Arial, Helvetica, sans-serif 12px;
}