/* CSS Document */

body {
   margin: 0;
	padding: 0;
	font-family: calibri;
	font-size: 14px;
	background: #39533a;
	background: url("img/bg.jpg");
	background-repeat:no-repeat;
	}
.cinza {
COLOR: #333333; TEXT-DECORATION: none;
}
.cinza:link {
COLOR: #333333; TEXT-DECORATION: none;
}
.cinza:visited {
COLOR: #333333; TEXT-DECORATION: none;
}
.cinza:hover {
COLOR: #230d60; TEXT-DECORATION: none;
}		

.rodape {
COLOR: #003300; TEXT-DECORATION: none;
}

.texto {
COLOR: #ffffff; TEXT-DECORATION: none; font:
}

.textog {
COLOR: #ffffff; TEXT-DECORATION: none; font-size:22px;
}

.texto5 {
COLOR: #656363; TEXT-DECORATION: none; font-size:17px;
}
.dicas {
COLOR: #312623; TEXT-DECORATION: none; font:
}
.bola {
COLOR: #ffffff; TEXT-DECORATION: none;
}		

.featureCarousel {
    background-color: gray;
    position: relative;
}
.featureCarousel img {
    border: 0;
}
.featureCarousel .feature {
    position: absolute !important;
    top: -1000px;
    left: -1000px;
    border: 3px solid white;
    cursor: pointer;
}
.featureCarousel .feature > div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
}
.featureCarousel .feature > div p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    top: 210px;
    padding: 0;
    margin: 0;
}
.featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
    border: 1px dotted black;
}
.featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
    background-color: black;
}
