/* CSS Document */
a:link {
	color: #717171;
	text-decoration: none;
	FONT-WEIGHT: sharp
}
a:visited {
	color: #717171;
	text-decoration: none;
	FONT-WEIGHT: sharp
}
a:hover {
	color: #717171;
	text-decoration: none;
	text-decoration: underline;
	/*FONT-WEIGHT: bold*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Texto padrão para todo site */

.texto_menu
{
	font-family: Verdana;
	font-size : 9px;
	color: #000000;
}
.hora
{
	font-family: Verdana;
	font-size : 11px;
	color: #000000;

	}
.texto_padrao
{
	font-family: Verdana;
	font-size : 12px;
	color: #000000;
}
.texto_padrao_menor
{
	font-family: Verdana;
	font-size : 10px;
	color: #000000;
}

.texto_padrao2
{
	font-family: Verdana;
	font-size : 11px;
	color: #FFFFFF;
}

.texto_padrao3
{
	font-family: Verdana;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
}	
/* Titulo das barras do inicio do site */
.tituloCI{
	font-family: Verdana;
	font-size : 20px;
	color: #000000;
	font-weight: bold;
}
.tituloCI2{
	font-family: Verdana;
	font-size : 15px;
	color: #666666;
	font-weight: bold;
}
.titulo2{
	font-family: Verdana;
	font-size : 11px;
	color: #666666;
	font-weight: normal;
}
.titulo3{
	font-family: Verdana;
	font-size : 9px;
	color: #CC3300;
	font-weight: bold;
}
.titulo_red{
	font-family: Verdana;
	font-size : 12px;
	color: #CC3300;
	font-weight: bold;
}
.texto_form{
	font-family:Verdana;
	font-size:13px;
	color: #000000;
	font-weight:bold;	
}

.estilo_form{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
}
