/* ESTRUTURA */

body {
/*	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#divPrincipal{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#divMenu{
	height: 18px;
	width: 850px;
	padding-bottom:6px;
	border-bottom:#FFFFFF dotted 1px;
}
#divFlash{
	height: 250px;
	width: 850px;
	padding-top:20px;
	padding-bottom:20px;
}
#divConteudo{
	width: 850px;
}
#divRodape{
	padding-top: 10px;
	padding-bottom: 10px;
}


/* TEXTO */
.txt11Lilas{
	font-family: Tahoma;
	font-size: 11px;
	color: #A2228D;
}
.txt11 a:link{font-family: Tahoma;font-size: 11px;color: #A2228D;text-decoration:underline;}
.txt11 a:visited{font-family: Tahoma;font-size: 11px;color: #A2228D;text-decoration:underline;}
.txt11 a:hover{font-family: Tahoma;font-size: 11px;color: #A2228D;text-decoration:underline;}
.txt11 a:active{font-family: Tahoma;font-size: 11px;color: #A2228D;text-decoration:underline;}

.txt11Branco{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.txt11Cinza{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.txt11Cinza a:link{font-family: Tahoma; font-size: 11px; color: #666666; text-decoration:none;}
.txt11Cinza a:visited{font-family: Tahoma; font-size: 11px; color: #666666; text-decoration:none;}
.txt11Cinza a:hover{font-family: Tahoma; font-size: 11px; color: #333333; text-decoration:none;}
.txt11Cinza a:active{font-family: Tahoma; font-size: 11px; color: #666666; text-decoration:none;}

.txt12Branco{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.txt12Branco a:link{font-family: Tahoma; font-size: 12px; color: #FFFFFF; text-decoration:none;}
.txt12Branco a:visited{font-family: Tahoma; font-size: 12px; color: #FFFFFF; text-decoration:none;}
.txt12Branco a:hover{font-family: Tahoma; font-size: 12px; color: #FFFFFF; text-decoration:none;}
.txt12Branco a:active{font-family: Tahoma; font-size: 12px; color: #FFFFFF; text-decoration:none;}

.txt11Azul{
	font-family: Tahoma;
	font-size: 11px;
	color: #2D5F95;
	font-weight: bold;
}
.txt12Cinza{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.txt12Verde{
	font-family: Tahoma;
	font-size: 12px;
	color: #80AA00;
	font-weight: bold;
}
.txt12Laranja{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.txt12Azul{
	font-family: Tahoma;
	font-size: 12px;
	color: #3366FF;
	font-weight: bold;
}
.txt12Amarelo{
	font-family: Tahoma;
	font-size: 12px;
	color: #C69E00;
	font-weight: bold;
}
.txt24Verde{
	font-family: Tahoma;
	font-size: 24px;
	color: #80AA00;
	font-weight: bold;
}
.txt24Laranja{
	font-family: Tahoma;
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
}
.txt24Azul{
	font-family: Tahoma;
	font-size: 24px;
	color: #3366FF;
	font-weight: bold;
}
.txt24Amarelo{
	font-family: Tahoma;
	font-size: 24px;
	color: #C69E00;
	font-weight: bold;
}
.txt24Lilas{
	font-family: Tahoma;
	font-size: 24px;
	color: #A2228D;
	font-weight:bold;
}

