/* TXT */
.Tit1
{
	font-family: Tahoma;
	font-size: 12px;
	color: #9A1702;
	font-weight: bold;
	text-decoration:none;
}

.txt{
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	text-decoration:none;
}
.txt2{
	font-family: Tahoma;
	font-size: 14px;
	color: #444444;
	text-decoration:none;
}
.txt:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	text-decoration:underline;
}
.txtAzul2{
	font-family: Tahoma;
	font-size: 13px;
	color: #3F7CA9;
	text-decoration:none;
	font-weight:bold;
}
.txtAzul2bold{
	font-family: Tahoma;
	font-size: 14px;
	color: #3F7CA9;
	text-decoration:none;
	font-weight:bold;
}
.txtAzul{
	font-family: Tahoma;
	font-size: 11px;
	color: #3F7CA9;
	text-decoration:none;
}
.txtAzul:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #3F7CA9;
	text-decoration:underline;
}

.txtBranco{
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}
.txtBranco:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration:underline;
}


/* FORMULARIO */

.inpText{
	border: 1px solid #747474;
	font-family:verdana;
	font-size:10px;
	color:#212121;
	width:100%;
}

.inpButton{
	border:1px solid #747474;
	font-family:verdana;
	font-size:10px;
	color:#212121;
	background-color:#f1f1f1;
}

.inpTextArea{
	border: 1px solid #747474;
	font-family:verdana;
	font-size:10px;
	color:#212121;
	width:100%;
}

.inpSelect{
	border: 1px solid #747474;
	font-family:verdana;
	font-size:10px;
	color:#212121;
	width:100%;
}

A{
	font-family: Tahoma;
	font-size: 11px;
	color: #3F7CA9;
	text-decoration:none;
}

A:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #9A1702;
	text-decoration:underline;
}

A.categ{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F7CA9;
	text-decoration:none;
}

A.categ:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9A1702;
	text-decoration:none;
}

A.Link2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration:none;
}

A.Link2:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3F7CA9;
	text-decoration:none;
}

/* MARGENS */

.mrgSaibaMais{
	padding:12px 10px 0px 10px;
}
