#cabecalho {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #FFFFFF;
    background-color : #000000;
    border: 0px;
    height : 50px;
    top: 0;
    left : 0;
    right : 0;
    padding-top : 20px;
    position : absolute;
    text-align : right;
    width : 100%;
    opacity:.90;
    z-index: 2;
    /*box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    -webkit-box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    -moz-box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    behavior: url(ie-css3.htc);*/
  }


#rodape {
    font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color : #000000;
    border: 0px;
    height : 15px;
    bottom: 0;
    left : 0;
    right : 0;
    padding-top : 10px;
    padding-bottom : 10px;
    position : absolute;
    text-align : left;
    width : 100%;
    opacity:.90;
    z-index: 3;
    /*box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    -webkit-box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    -moz-box-shadow: 0px 8px 7px #8F8F8F, 0px -8px 7px #8F8F8F;
    behavior: url(ie-css3.htc);*/
  }
  
  * { margin: 0; padding: 0; z-index: 1; }

#rodape a{ color: #5C7F99; text-decoration: none; }

#limites { font-family: "Segoe UI","Lucida Sans Unicode", "Lucida Grande", Sans-Serif; position: absolute; top: 50%; left: 50%; width: 940px; height: 400px; margin: -200px 0 0 -470px; background-color: #000000; color: #FFFFFF; opacity:.90;}

.ft-prev, .ft-next { background-color: #000; padding: 0 0px; font-family: Georgia;}

.ft-button-ft-active { color: black; font-family: Georgia;}
a { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active  {color: #5C7F99;} 


#conteudo { font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		font-size: 10px;
		color: #FFFFFF;
		padding-top: 10px;
		margin-left: 0px; 
}

table {
	table-layout:fixed;
	width:100%;
	height:30px;
	overflow:scroll;
	word-wrap:break-word;
}

td div {
	width:100%;
	height:350px;
	overflow:auto; 
}

#slideshowHolder{ padding-top: 0px; }

html {
    /*If you had a black or close to black background*/
    background-color: #000000;
}

img.bg {
                        /* Set rules to fill background */
                        min-height: 100%;
                        min-width: 1024px;
                        
                        /* Set up proportionate scaling */
                        width: 100%;
                        height: 120%;
                        
                        /* Set up positioning */
                        position: fixed;
                        top: 0;
                        left: 0;
                }
                
                @media screen and (max-width: 1024px){
                        img.bg {
                                left: 50%;
                                margin-left: -512px; }
                }
