@charset "UTF-8";
/* CSS Document */

.texto {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333;
}
img {
    border:none;
}

a
{
	text-decoration: none;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	}
p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 15px;
	text-indent: 0px;
}
.tit1 {
	font-size: 24px;
	color: #78A648;
	text-align: center;
	line-height: 24px;
}
.tit2 {
	font-size: 16px;
}

