/* CSS Document */
body{
	margin: 0;
	background-color: #24446B;
	background-image: url(../_design/fundo+site.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.titulos{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #24446B;
	/*color: #7ab30c;  COPA GRAMA */
	/* color: #FF0101; SUMMER */
	/* color: #F90; */
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -1px;
}
.textoGrande{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF; /* alterar aqui conforme fundo do site */
	font-weight: normal;
	text-decoration: none;
	line-height: 28px;
}
.textoPequeno{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF; /* alterar aqui conforme fundo do site */
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}