/* CSS Document */
.norepeatbg {
	background-repeat: repeat-x;
}
.fonteprincipal {
	font: icon;
	font-size: 11px;
	color: #026396;
}
.img_trans {
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
a:hover .img_trans {
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.box {
	width:280px;
	padding:20px;
	
	border:#66CC33 dashed 1px;
	background-color:#fbffee;
	
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
	}
a:link {
color: #026396;
text-decoration:none;
}
a:visited {
color: #026396;
text-decoration:none;
}
a:hover {
color:#000066;
text-decoration:none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

