/* Common */
.tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	font-variant: normal;
	color: #3D776E;
	text-decoration: none;
}
.titcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}

.subtit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}


/* Links */
.styles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.styles:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #449083;
	text-decoration: underline;
}
.txwh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txwh:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: underline;
}
.txundbk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
.txundbk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: underline;
}
.txundred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.txundred:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}

/* Backgrounds */
.fundobusca {
	background-image: url(../img/att/busca.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundosombra {
	background-image: url(../img/att/fundo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fundonoticias {
	background-image: url(../img/att/noticias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundotopo {
	background-image: url(../img/att/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fundomenu {
	background-image: url(../img/att/fundomenu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Formulários */
.formulario {
	background-color: #000066;
	border: 1pt solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}