@charset "utf-8";
/* CSS Document */

h2 {
	font-family: Verdana;
	font-size: 16px;
	fot-style: normal;
	color: #000000;
}

input[type='text'] {
	background: #FFFFFF;
	background-position: left center;
	border: solid 1px #000000;
}

input[type='submit'] {
	width: 75px;
	height: 25px;
}


.texto {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 150%;
}

.textoThumbs {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
}


.textoNegrito {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
}

.textoAgenda {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 100%;
}

.titulo {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 100%;
	text-decoration: none;
}

.linkVejaMais {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
	text-decoration: none;
}

.linkVejaMais:hover {
	text-decoration:underline !important;
	color:#060 !important;
}

.linkSubItens {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 2px;	
}

.textoValidador {
	font-family: Verdana;
	font-size: 10px;
	font-style:	italic;
	color: #339900;
	text-decoration: none;
}

.menor {
	font-family:Verdana;
	font-size:10px; }
	
.footer {
	width:100%;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
	border-top:1px groove #030;
	font-weight:normal;
}

	.footer .footer_left {
		display:block;
		float:left;
		margin-left:60px;
	}
	
	.footer h1 {
		font-size:14px;
		color:#030;
	}
		
	.footer h2 {
		font-size:12px;
		color:#060;
	}
	
	.footer .footer_right {
		display:block;
		float:right;
		margin-right:60px;
	}
	
.object {
	margin-top:5px;
}

