body {
	margin: 0px;
	background-color: #FE6701;
	background-image: url(./pics/fundo.jpg);	
	background-repeat: repeat-x;
	}

#page {
	width: 740px;
	background-repeat: no-repeat;
	background-image: url(./pics/site.jpg);	
	float: center;
	}
	
.texto {
color: #FFFFFF;
font-family: calibri, arial;
font-size: 12pt;
text-decoration: none;
text-align: justify;
}

.titulo {
color: orange;
font-family: calibri, arial;
font-size: 15pt;
font-weight: bold;
text-decoration: underline;
text-align: justify;
}	

.textinho {
color: #FFFFFF;
font-family: calibri, arial;
font-size: 13pt;
text-decoration: none;
text-align: justify;
margin-left: 15px;
}

.texto_big {
color: #FFFFFF;
font-family: calibri, arial;
font-size: 14pt;
text-decoration: none;
text-align: justify;
}

.sub-titulo {
color: azure;
font-family: calibri, arial;
font-size: 15pt;
font-weight: bold;
text-align: justify;
}	

.link {
color: #E3E3E3;
font-family: calibri, arial;
font-size: 10pt;
text-decoration: none;
text-align: justify;
}

.texto-form{
color: #FFFFFF;
font-family: calibri, arial;
font-size: 10pt;
text-decoration: none;
text-align: right;
}

#caixa {
width: 650px;
margin: 0px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
width: 450px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5x; /*margin around each panel*/
width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.linkbig {
color: gold;
font-family: calibri, arial;
font-size: 14pt;
text-decoration: none;
text-align: justify;
}

.linkbig:visited{
color: gold;
font-family: calibri, arial;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
}

.linkbig:hover, linkbig:active {
color: #2145FF;
/* text-shadow: black 0.1em 0.1em 0em;*/
font-family: calibri, arial;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
}
