/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c7cbf;
}

.formulario {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#3c7cbf; 
	border:solid 2px #d2ebfa;
	background-color:#d2ebfa;
}

a:link {
	color: #3c7cbf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C7CBF;
}
a:hover {
	text-decoration: underline;
	color: #3C7CBF;
}
a:active {
	text-decoration: none;
	color: #3C7CBF;
}


.TextoPequeno {
	font-size: 11px
}

.corbrancabold {
	color: #FFFFFF;
	font-weight: bold;
}

.TituloGrande {
	font-size: 14px;
	font-weight: bold;
}
.TextoObrigatorio {
	font-size: 10px;
	color: #FF0000;
}

.TituloReceita {
	font-size: 16px;
	color:#437ABA;
	font-family: Verdana;
	font-weight: bold;	
}
