a { 
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

.titulo {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	padding-left: 4px;
	padding-top: 2px;
	background-repeat:repeat-x;
	font-weight: bold;
}

.texto {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left: 4px;
	background-repeat:repeat-x;
}

.tbl_azul {
	border: 1px solid #3293C6;
}

.linkHome {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
.txtCondicoes {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.box {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	border: 1px solid #000000;
}
.btn {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #000000;
}


