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

body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: middle center;
}
.titulogrande {
	font-family: Helvetica, Arial, sans-serif;
	color: #CCC;
	font-size: 12pt;
	font-weight: bold;
}

.titulopequeno {
	font-family: Helvetica, Arial, sans-serif;
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}
.titulomedio {
	font-family: Helvetica, Arial, sans-serif;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
}

.texto {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #f9f9f9;
	
}
.textocinza {
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #525252;
	text-align: justify;
}
.textoverde {
	font-size: 12pt;
	color: #390;
	text-align: left;
}
.textocinzamenor {
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #525252;
	text-align: justify;
}
.textocinzamenorcentro {
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #525252;
	text-align: center;
}
.titulovermelho {
	font-size: 15pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	text-align: right;
}

.textobold {
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #f9f9f9;
	font-weight: bold;
	
	
}
.textopequenobold {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #f9f9f9;
	font-weight: bold;
	
}
.textomenor {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #f9f9f9;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #f9f9f9;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}.textocinza {
}
