@charset "utf-8";
body {
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	background-position: center top;
}
.textocorpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.texto_padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 1px;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.rodape a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.rodape a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.rodape a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.textocorpo h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}
.rodape .divide {
	font-size: 16px;
	color: #206C9F;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #3695D6;
	text-decoration: underline;
}
a:visited {
	color: #3695D6;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 1px;
	border: 1px solid #CCC;
	background-image: url(../layout/input.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 1px;
	border: 1px solid #CCC;
	background-image: url(../layout/input.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
