.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #000000;
}


.fundohome {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(imagens/background_home_kite.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.texboldpreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.texboldvermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE0000;
	font-style: normal;
}
.texvermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CE0000;
	font-style: normal;
}

.bordavelas {
	border: 1px solid #D9D9D9;
}


.texnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;

}

.linhas {
	background-attachment: fixed;
	background-image: url(imagens/pontinhos_vert.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


.pontinhos {
	background-attachment: fixed;
	background-image: url(imagens/pontinhos.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


.pontinhosvert {
	background-attachment: fixed;
	background-image: url(imagens/pontinhos_vert.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.form {
	background-color: EFEFEF;
	border: 1px solid #666666;
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
