body {
	background-color: #FFFFFF;
	background-image: url(images/fundo_home2.jpg);
	background-repeat: repeat-y;
	background-position:center;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h1{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}


h2{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}


.titulo_laranja {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.ver {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.titulo_preto {

	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titulo_branco {


	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.campo_form {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	border-color: #6D7B88;
	BORDER-RIGHT: #6D7B88 1px solid;
	BORDER-TOP: #6D7B88 1px solid;
	BORDER-LEFT: #6D7B88 1px solid;
	BORDER-BOTTOM: #6D7B88 1px solid;
	border-width: 1px;
	background-color: #E5E5E5;
	color: #000000;
}
A.link:link { color: #000000; text-decoration: none }
A.link:visited { color: #000000; text-decoration: none }
A.link:hover { color: #A6AEBE; text-decoration: underline }