body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/fundo_teste.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-color: #f0f0f0;
}
.Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color:#003366;
	text-align:left;
}
.TextoPadrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#003366;
	text-align:justify;
}
.TextoPadraoVermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color:#FF0000;
	text-align:center;
}
input, textarea,Text Field,Button,Check Box, Radio Button, select {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	background-color: #E8ECF7;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
