@charset "utf-8";
body {
	background-image:url(imagens/fundo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left: 0px; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-top: 0px;
}

.linkPadrao {
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #333333;
  font-weight: normal;
  text-decoration: underline;
}

.linkPadrao:hover {
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #6699CC;
  font-weight: normal;
  text-decoration: underline;
}
.link-rodape {
  font-family: Tahoma, Arial, Verdana;
  font-size: 10px;
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
}
.link-rodape:hover {
  font-family: Tahoma, Arial, Verdana;
  font-size: 10px;
  color: #6699CC;
  font-weight: normal;
  text-decoration: underline;
}
.textoHome1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}
.tituloHome1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.textoHome2 {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.tituloHome2 {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.textoDestaque1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.tituloHome3 {


	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #663366;
}
.subTituloHome1 {
	font-family: Tahoma, Arial, Verdana;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.textoHome4 {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
}
input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

