.{
	scrollbar-face-color:#205AA7; 
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#000000; 
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
}


a:active
{
	color: #205AA7;
}


a:hover
{
	text-decoration: underline;
	color: #205AA7
}


a:link
{
	text-decoration: none;
	color: #205AA7
}


a:visited
{
	text-decoration: none;
	color: #205AA7
}


.fontes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}


.fontesTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
}


.fontesAtencao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: Red;
	font-weight: bold;
}


.azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	background : #ECF2F9;
}


.botao
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	BORDER-RIGHT: #666666 2pt solid;
	BORDER-TOP: #CCCCCC 2pt solid;
	BORDER-LEFT: #CCCCCC 2pt solid;
	BORDER-BOTTOM: #666666 2pt solid;
	BACKGROUND-COLOR: #205AA7;
	CURSOR: hand;
}

.botaoBranco
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	FONT-WEIGHT: bold;
	font-style: normal;
	line-height: normal;
	color: #205AA7;
	BORDER-RIGHT:  #666666 2pt solid;
	BORDER-TOP:#CCCCCC 2pt solid;
	BORDER-LEFT: #CCCCCC 2pt solid;
	BORDER-BOTTOM: #666666 2pt solid;
	CURSOR: hand;
}



.txtfield
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	border : 1px solid #205AA7;
}


.transBranco
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	BORDER-RIGHT: solid White;
	BORDER-TOP: solid White;
	BORDER-LEFT: solid White;
	BORDER-BOTTOM: solid White
}


.transAzul
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECF2F9;
	BORDER-RIGHT: solid #ECF2F9;
	BORDER-TOP: solid #ECF2F9;
	BORDER-LEFT: solid #ECF2F9;
	BORDER-BOTTOM: solid #ECF2F9;
}
.blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #336699

