.titulo
{
  	font-family: Tahoma;
  	font-size: 18pt;
  	font-weight: normal;
  	color: #8f8383;
  	margin-top: 10px;
  	margin-left: 12px;
  	text-align: center;
}
.titulo_home
{
  	font-family: Tahoma;
  	font-size: 14pt;
  	font-weight: normal;
  	color: #8f8383;
  	margin-top: 10px;
  	margin-left: 12px;
}
.titulo_branco
{
  	font-family: Tahoma;
  	font-size: 14pt;
  	font-weight: normal;
  	color: #8f8383;
  	color: white;
  	margin-top: 10px;
  	margin-left: 12px;
}
.texto_home
{
  	font-family: Tahoma;
  	font-size: 8pt;
  	font-weight: normal;
  	color: #616161;
  	text-align: justify;
  	line-height: 18px;
  	margin-left: 5px;
  	margin-top: 2px;
  	margin-right: 5px;
}

.texto
{
  	font-family: Tahoma;
  	font-size: 10pt;
  	font-weight: normal;
  	color: #616161;
  	text-align: justify;
  	line-height: 18px;
  	margin-left: 30px;
  	margin-top: 2px;
  	margin-right: 30px;
}

.menu-text
{
	font-family: verdana;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.sub-titulo
{
  	font-family: Tahoma;
  	font-size: 14pt;
  	font-weight: normal;
  	color: #8f8383;
  	margin-top: 10px;
  	margin-left: 30px;
  	text-align: left;
}
.legenda
{
  	font-family: Tahoma;
  	font-size: 10pt;
  	font-weight: normal;
  	color: #616161;
  	text-align: justify;
  	line-height: 18px;
  	margin-top: 2px;
}
a:link {
	color: #ffffff; 
	text-decoration: none; 
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffff99;
	text-decoration: underline;
}

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 500px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
/*border: 3px solid red;*/
border-top: 3px solid #00deff;

padding: 2px;
padding-left: 4px;
}

</style>