* { 
	cursor:url(mira.cur);
} 
td {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: thin groove #CCCCCC;
}
.fundoalvo {
	background-image: url(imagens/alvo_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundodir {
	background-image: url(imagens/rep_dir.jpg);
	width: 19px;
}
.fundoesq {
	background-image: url(imagens/rep_esq.jpg);
	width: 18px;
}
.fundoinf {
	background-image: url(imagens/rep_inf.jpg);
	height: 18px;
}
.fundosup {
	background-image: url(imagens/rep_sup.jpg);
	height: 20px;
}
.linhahorizontal {
	background-image: url(imagens/pont_hor.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 1px;
}
.linhavertical {
	background-image: url(imagens/pont_vert.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 1px;
}