.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.bg_int {
	background-image: url(images/bg_int.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.borda {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}

.fonte1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.font {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.link:hover{
	text-decoration:underline;
	color:#004080;
}

