@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0px;
}
body{
	background-color:#EFEFEF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;}
#container{
	width:800px;
	height:700px;
	margin:0 auto;
	background:url(img/bg_site.png) no-repeat;
	border:1px solid #CCCCCC;
	}
#topo{
	}
#topo #logo{
	float:left;
	margin:20px 30px}
#topo #texto{
	float:right;
	color:#FF9900;
	font-family:"Bookman Old Style","Times New Roman", Times, serif;
	font-size:65px;
	letter-spacing:-5px;
	padding:15px;
	line-height:40px;
	margin-right:10px;}
#meio{
	clear:both;	}
#meio #conteudo{
	float:left;
	width:450px;
	height:470px;
	padding:10px;}
#container #meio #conteudo #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible ul {
	list-style: circle;
	list-style-position:inside;}
#meio input, #meio textarea{
	border:1px solid gray;
	width:180px;
	padding:5px;}
#rodape{
	clear:both;
	margin: 30px;}
#rodape #rodape_txt{
	float:left;
	color:#F90;
	font-size:25px;
	line-height:30px;
	text-align:right;
	padding-top: 20px;}
#rodape #rodape_credito{
	color:#FFF;
	font-size: 12px;
	float: right;
	padding-top: 35px;
}
#rodape #rodape_credito a{
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
#col_usar{
	}
#container #meio #conteudo #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent h2 {
	text-transform: uppercase;
}
