body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #FFFFFF;
}
.tabelaarearestrita {
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}

input, select, textarea{
	font-weight: normal;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}
.titulo {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: auto;
}


.fontebranca {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a:link{
	color:#666666;
	text-decoration:underline;
}
a:visited{
	color:#666666;
	text-decoration:underline;
}
a:active{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}.rodape {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.trabalheconosco {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	border: 2px solid #000000;
}

p { text-align:justify }