@charset "utf-8";
/* CSS Document */
html
{
	scrollbar-arrow-color:#507C24;
	scrollbar-3dlight-color:#EAF7D5;
	scrollbar-base-color:#B9E678;
	scrollbar-face-color:#B9E678;
	scrollbar-darkshadow-color:#507C24;
	scrollbar-highlight-color:#D9F1B3;
	scrollbar-shadow-color:#82C83C;
	scrollbar-track-color:#EAF9D3;
}
	
body 
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}

body.iFrameComoFunciona
{
	padding: 10px;
	text-align: justify;
}

body.iFrameInternal
{
	margin-right: 40px;
	line-height: 1.4;
	text-align: justify;
}

.textoCorpoDestacado
{
	color: #3B6626;
	font-weight: bold;
}

.cabecalhoComoFunciona
{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

a
{
color: #4F8B31;
}

a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:active
{
text-decoration: none;
}

.rotuloFormulario
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4F8B31;
	font-size: 0.9em;
	font-weight: bold;
}

.textoVerde
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4F8B31;
	font-size: 1.0em;
	font-weight: normal;
}

.campoFormulario
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
}

.erroFormulario
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #E00000;
	font-size: 0.9em;
	font-weight: bold;
}

#pageContents
{
	width: 996px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

