body {
	background-color: #556e32;
	background-repeat:repeat-y;
	background-position:center;
	font-family: 'trebuchet ms', verdana, serif;
	background-image: url('../img/padrao2010/bg1.png');
	color: #454545;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
a {
	color:#7c0000;
}
b {
	font-weight: bolder;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	width: 958px;
	height: 335px;
	overflow: hidden;
}
h2, h3, h4 {
	margin: 1em 0px .5em 0px;
	color: #005b7f;
}
h2 {
	font-size: 2em;
}
h2.prim {
	border-bottom: 2px solid #f15a27;
}
h3{
	font-size: 1.75em;
}
h4{
	font-size: 1.5em;
}
p {
	text-align: justify;
}
table {
	border-collapse: collapse;
}
th {
	background-color: #2e6589;
	color: #ffffff;
	border:2px solid #ffffff;
	padding: 5px;
}
td {
	background-color: #bbe5ff;
	border:1px solid #ffffff;
	padding: 5px;
}



#site {
	width: 958px;
	background-color: #ffffff;
	margin: 0px auto;
	overflow: hidden;
}
#menu {
	width: 229px;
	float: left;
	
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px 30px 2px 0px;
	background-color: #f15a27;
	color: #ffffff;
}
#menu ul li a{
	display: block;
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	letter-spacing: .1em;
}
#menu ul li a:hover{
	background-color: #0083ca;
}
#corpo {
	width: 689px;
	float: right;
	padding-right: 15px;
}
#patrocinio {
	width: 900px;
	margin: 0px auto;
	clear: both;
}
#rodape {
	height: 46px;
	overflow: hidden;
	clear: both;
	background-color: #ffffff;
}

.prim {
	margin-top: 0px;
}
.abre1 {
	background-image: url('../img/padrao2010/abertura.png');
	height: 278px;
	overflow: hidden;
	padding: 15px;
}
.box1 {
	background-color: #fffaa5;
	text-align:center;
	width:75%;
	margin: 1em auto;
	color: #655f00;
	padding:20px;
	border-top: 1px solid #bcb98e;
	border-right: 3px solid #bcb98e;
	border-bottom: 3px solid #bcb98e;
	border-left: 1px solid #bcb98e;
}
.w75{
	width: 75%;
	margin: 1em auto;
}
.w75 td {
	text-align:center;
}
.center {
	text-align: center;
}
.right{
	clear: right;
	float: right;
	display: block;
	margin-right: 10px;
}
.invisivel {
	display: none;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 25px;
	color: #005b7f;
	letter-spacing: -.2em;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 22px;
	color: #005b7f;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 17px;
	color: #005b7f;
}




.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}