@charset "utf-8";
/* CSS Document */
select { 
background-color: #f1f1f1;
font:12px verdana, arial, helvetica, sans-serif;
color:#000000;
}

.style1 {
	color: #1e124d;
	font-weight: bold;
}
.titulos {
	color: #752A2A;
	font-weight: bold;
}

.textos {
	color: #1e124d;
	
}
.saiba {
	color: #ffffff;
	font-weight: bold;
	
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}
input { 
	background-color: #f1f1f1; 
	font: 11px tahoma;
	color:#000000;
	border:1px solid #e2e2e2;
}
textarea { 
background-color: #f1f1f1; 
	font: 11px tahoma;
	color:#000000;
	border:1px solid #e2e2e2;
}
/*.checkBox { 
	border:0px solid #e2e2e2;
}*/

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.link2:link {
	color: #1e124d;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #1e124d;
}
a.link2:hover {
	text-decoration: none;
	color: #1e124d;
}
a.link2:active {
	text-decoration: none;
	color: #1e124d;
}

