﻿/* Estilos Fontes */
.azul
{
	font-weight: bold;
	font-size: 16pt;
	color: #000080;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.branco
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.preto
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.preto_txt
{
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	padding: 8px
}
.preto_bold
{
	font-weight:bold;
	font-size: 12pt
}
.preto_txt_small
{
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	padding: 8px
}
.preto_big {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.cinza
{
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.cinza2
{
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.branco2
{	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal

}
.cinza_titulo
{
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.branco3
{
	font-weight: normal;
	font-size: 11pt;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal
}
.azul2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066
}
/* Estilos Elementos */
.corpo
{
	width:800px;
	border-left:solid;
	border-left-color:#091253;
	border-right:solid;
	border-right-color:#091253;
	background-color:#FFFFFF;
}
.img_box
{
	padding: 8px
}
body
{
	background-image:url(imagens/geral/bg_stripes.png);
	margin:0px
}
/* Estilos Links */
a:link
{
	text-decoration: none;
	color: #0033CC;
	font-weight: plain
}
a:visited
{
	text-decoration: none;
	color: #666666;
	font-weight: plain
}
a:active
{
	text-decoration: none;
	color: #0033CC;
	font-weight: plain
}
a:hover
{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

