/* CSS Document */
body {
        margin:0;
        padding:0;
        font:11px Verdana, Arial, Helvetica, sans-serif;
		background:#BBD9EE;
}
h1 {
        font: bold 16px Verdana, Arial, Helvetica, sans-serif;
        color: #000066;
        margin: 0px;
        padding: 10px 10px 10px 15px;
}
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 10px 10px 10px 25px;
}

.style1 {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#pagina{
	width:90%;
	background-color: #ffffff;
	/*text-align:center;*/
	min-height:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Layer4 {
	position:relative;
	left:20px;
	top:10px;
	width:90%;
	z-index:1;
	height: 100%;
}
/*- Menu Tabs--------------------------- */


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
	  font-weight:bold;
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 6px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 4px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

    #tabs #current a {
      background-position:0% -42px;
      }
    #tabs #current a span {
      background-position:100% -42px;
      }
	  
/*********** Frames ******************
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;

}
/* position:fixed for modern browsers - header and footer do not scroll */
div#headerwrap {
	position:fixed;
	width:100%;

}
div#header {
	height:110px;
	width:100%;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	  

/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
	padding-top: 17px;
	padding-right: 0;
	padding-left: 0;
}
/* set left margin for modern browsers */

div#middle {
	width:100%;
	margin: 0;
	padding:15;
}

div#fundo{
	margin:4px;
	width:121px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(images/caneta_vermelho.gif);
	float: right;
	height: 431px;
}
/************** Estilo do Rodapé ****************/

#rodape{
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #999999;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
}

#rodape img{
	padding: 2px 2px 2px 0px;
	vertical-align: middle;
}


a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#Layer1 {
	position:absolute;
	left:282px;
	top:131px;
	width:398px;
	height:124px;
	z-index:1;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #28ABE9;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #28ABE9;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

