/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
}



.texto {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 13px;
	text-decoration: none;
	color: #444444;
}

.titulo {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow:#000000;
	color:#666666;
}



.link {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6B6D3A;
	text-decoration: none;
}


.titulo_home {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color:#039;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.sub_titulo_home {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#914800;
}

.borda_foto {
	border: 2px solid #B7B7B7;
}
a:link {
	color:#0033FF;
	text-decoration:none
}
a:visited { color:#0033FF; text-decoration:none}
a:hover {
	color:#0066fF;
	text-decoration:underline;
	cursor:hand
}
a:active { color:#0033FF; text-decoration:none}
.txt_menor {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.txt_branco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #069;
}
.form2_vm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #F00;
	border: 1px solid #069;
}


