/* CSS Document */
/* Textos em geral */
td {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;	
}

.tdAmarelaEscuro{
	border-color:#a83040;
    border-style: solid; 
    border-width: 1; 
	background-color:#FFFFD7;	
}

.tdAmarelaClaro{
	border-color:#a83040;
    border-style: solid; 
    border-width: 1; 
	background-color:#FFFFF2;	
}

a {
	text-decoration:none;
	color:#000099;
}

/*Cores site MasterMaq*/
.FundoVermelhoTitulo {
	background-color:#a83040;
	color: #FFFFFF; 
	font-style: inherit; 
	font-weight: bold;
	font-size: 13px; 	
	line-height:25px;
	vertical-align:middle;
	
}

.FundoVermelho {
	background-color:#a83040;
	color: #FFFFFF; 
	font-style: inherit; 
	font-weight: bold; 	
	vertical-align:middle;	
}

.tableBordaVermelha {
	background-color:#ffffff;
	border-color:#a83040;
    border-style: solid; 
    border-width: 1; 		
}

.LetraBranca {
	color: #FFFFFF; 
	font-style: inherit; 
	font-weight: bold; 
}

/* Do frame */
#principal {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
}
#principal a {
	color: #02638D;
	text-decoration:none;
}
#principal a:hover {
	color: #F59300;
	text-decoration:none;
}
#principal .titulo1 {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7A7A;
	font-weight: bold;
	line-height: 22px;
}
#principal .titulo1laranja {
	font-family: Verdana;
	font-size: 11px;
	color: #F59300;
	font-weight: bold;
	line-height: 22px;
}
#principal .titulo2 {
	font-family: Verdana;
	font-size: 11px;
	color: #02638D;
	font-weight: bold;
	line-height: 22px;
}
#principal .citacao {
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
#principal .destaque {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

/* Do menu horizontal*/

#menutopo b {
	font-weight: normal;
	height: 1px; 
	color: #FFFFFF;
	font-size: 10px; 
	filter: Glow(Color=#004364, Strength=2);
	text-decoration: none;
}

#menutopo a {
	font-weight: normal;
	height: 1px; 
	color: #DDDDDD;
	font-size: 10px; 
	filter: Glow(Color=#004364, Strength=2);
	text-decoration: none;
}
#menutopo a:hover {
	font-weight: normal;
	height: 1px; 
	color: #FFFFFF;
	font-size: 10px; 
	filter: Glow(Color=#006699, Strength=2);
	text-decoration: none;
}


/* Do menu Esquerdo */

#menuesq {
	padding: 5px 0px 0px 0px;
	width: 128px;
	align: center;
}

#menuesq ul {
     list-style-type:none;
     margin: 0px;
     padding: 0px;
} 

#menuesq li a {
	color: black;
    padding: 10px;
    height:20px;  /* sem isso não funciona direito no IE */
	background-color: #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid white;
	border-left: 1px solid #DDDDDD;
	display: block;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-decoration: none;
	width: 100%px;
	text-align: center;
} 

#menuesq li a:hover {
	color: black;
	background-color: #FAFAFA;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #FFFFFF;
	font-weight: normal;
} 

#dire {
	padding: 15px 0px 0px 0px;
}

#dire .titulodire {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}

#dire .titulolaranja {
	color: #F59300;
	font-weight: bold;
}

#dire a {
	color: #006496;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	width: 100%;
}

#dire a:hover {
	font-weight: normal;
	text-decoration: underline;
	line-height: 16px;
}

/* Dos botões superiores */

#botoes a {
	text-align: center;
} 


#botoes a {
	color: black;
    padding: 0px;
    height:18px;  /* sem isso não funciona direito no IE */
	background-color: #85B0C8;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	width: 100%px;
} 

#botoes a:hover {
	color: black;
	background-color: #A8C8D7;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px sol
