@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
}
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	height: 100%;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active  {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.left_bkg{
	background-image: url(img/f_esquerdo.jpg);
	background-color: #121313;
	background-repeat: repeat-y;
	background-position: right top;
}
.right_bkg{
	background-image: url(img/f_direito.jpg);
	background-color: #121313;
	background-repeat: repeat-y;
	background-position: left top;
}

#content_wrap{
  padding: 20px 30px 20px 30px;
  overflow: hidden;  
}

#content_wrap_interno{
  padding: 0px 30px 20px 30px;
  overflow: hidden;  
}

#content_wrap2{
  padding: 0px 0px 20px 30px;
  overflow: hidden;  
}

#barra_esquerda{
  width:470px;
  float: left;
  overflow: hidden;  
  margin-right:31px;
}

#barra_direita{
  width:216px;
  float: left;
  overflow: hidden;
}

#barra_direita_interno{
  width:465px;
  float: left;
  overflow: hidden;  
}

#barra_esquerda_interno{
  width:216px;
  float: left;
  overflow: hidden;
  margin-right:36px;
}

.px11{
   font-size: 11px;
}
.px12{
   font-size: 12px;
}
.px9{
   font-size: 9px;
}
.px8{
   font-size: 8px;
}

/* TICKER */

#ticker {}
#ticker p {}
#ticker a#ticker-headline {  }
#ticker a#news-headline { }
#ticker a { text-decoration: none; }
/*#ticker a#news-link { position: relative; z-index: 10; }*/
