@charset "utf-8";
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#993333;
}.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D74600;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border: 1px solid #999999;
}
.texto a:link {
	color: #999999;
	text-decoration: none;
}
.texto a:visited {
	text-decoration: none;
	color: #999999;
}
.texto a:hover {
	text-decoration: underline;
	color: #999999;
}
.texto a:active {
	text-decoration: none;
	color: #999999;
}