@charset "utf-8";
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.topo {
	background-image: url(img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.menu {
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
}
.middle {
	background:url(img/bg_middle.jpg);
	background-repeat:repeat-x;
}
.botton {
	background-image:url(img/bg_botton.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.corpo {
	background:url(img/bg2.JPG);
	background-position:center top;
	background-repeat:repeat-y;
}
.iframe_borda {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.barrinha {
	background:url(img/bg2_topo.jpg);
	background-repeat:repeat-x;
}
.texto_cascata {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	width: 600px;
	background-color: #DDD;
	margin: 10px;
}

.barrinha2 {
	background:url(img/bar_botton.png);
	background-repeat:repeat-x;
}
.texto_vermelho {
	color: #C00;
	font-weight: bold;
}
