body{
	margin			: 0;
}
.texto, li{
	font-family	: arial;
	color				: #666666;
}
#tab_master{
	border: solid #CCCCCC 2px;
}
#col_data{
	background	: url(../img/fundo_data.jpg);
	height			: 30px;
	text-align	: center;
}
.data{
	font-family : verdana;
	font-weight	: bold;
	font-size		: 14px;
	color				: #FF0000;
}
.titulo{
	font-family : arial;
	font-weight	: bold;
	font-size		: 18px;
	color				: #FF2222;
}
#processando{
	right				: 0px;
	top					: 0px;
	background 	: #CCCCCC;
	visibility	: hidden;
	width				: 300px;
	height			: 60px;
	position		: absolute;
	text-align	: center;
	z-index 		: 10;
}
a{
	text-decoration : none;
}
.rodape{
	font-family : arial;
	font-weight	: bold;
	font-size		: 12px;
	color 			: #FF2222;
}
#col_rodape{
	background	: url(../img/fundo_rodape.jpg);
	height			: 28px;
	text-align	: center;
}
input, textarea{
	border: solid #CCCCCC 1px;
}
.tahoma{
	font-family	: tahoma;
	font-size		: 14px;
	font-weight	: 500;
	color 			: #666666;
}