html	{
	margin: 0px;
	padding: 0px;
	}

body	{
	font: 8pt/14pt arial;
	margin: 0px;
	padding: 0px;
	}

#base	{
	width: 900px;
	margin: 0px auto;
	}

/***********************************************/
/* Main Divs                                   */
/***********************************************/

#topo {
	background: #F4F8EE url('images/bkg.jpg') no-repeat top center;
	color: #003366;
   font-size: 8pt;
	letter-spacing: 1px;
   text-align: center;
	padding-top: 141px;
	border-bottom: 3px solid #003366;
	}

#content	{
	width: 900px;
	margin-top: 8px;
	}

#left_column	{
	width: 164px;
	margin: 0 8px 8px 0;
	float: left;
	}

#right_column	{
	width: 252px;
	float: right;
	margin-bottom: 8px;
	}

#main {
	width: 468px;
	float: left;
	}

#banner_1 {
	width: 728px;
	height: 90px;
	margin-bottom: 8px;
	float: left;
	}

#banner_2 {
	width: 468px;
	margin-bottom: 8px;
	float: left;
	}

#rodape {
	background: #F4F8EE url('images/bkg_bottom.jpg') no-repeat top center;
	color: #003366;
   font-size: 8pt;
   font-weight: bold;
	width: 892px;
	clear: both;
	padding: 41px 4px 0px 4px;
	border-bottom: 3px solid #003366;
	overflow: hidden;
	}

/***********************************************/
/* Default Tags                                   */
/***********************************************/

h1 {
   font-size: 9pt;
	color: #003366;
	}

a:link, a:visited	{color: #003366; text-decoration: underline;}
a:hover	{color: #99CC99; text-decoration: none;}
a:active	{color: red; text-decoration: none;}

a.bold:link, a.bold:visited {color:#003366; text-decoration:underline; font-weight:bold;}
a.bold:hover {color:#99CC99; text-decoration:none; font-weight:bold;}
a.bold:active {color:red; text-decoration:none; font-weight:bold;}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 15px;
	}

li {
	margin-bottom: 4px;
	}

/***********************************************/
/* Right Boxes Divs                            */
/***********************************************/

.box	{
	background: #F4F8EE;
	font-size: 8pt;
	text-align: left;
	line-height: 140%;
	margin: 0px;
	padding: 10px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #99CC99;
	}

.title {
	position: relative;
	height: 40px;
	z-index: 1;
	}

.title img {
	position: absolute;
		bottom: -32px;
		left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.title h1 {
   font-size: 12pt;
   font-weight: bold;
	text-align: right;
	color: #003366;
	position: absolute;
		bottom: -4px;
		right: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.box p {
	position: relative;
	margin: 0px;
	z-index: 2;
	}

/***********************************************/
/* Left Boxes                                  */
/***********************************************/

#director {
	width: 164px;
	text-align: center;
	background: #F4F8EE;
	color: #003366;
	margin-bottom: 8px;
	padding-top: 1px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #99cc99;
	}

.left_box {
	background: #F4F8EE;
   text-align: left;
	margin-bottom: 8px;
	padding: 8px;
	border-width:3px 0px;
	border-style:solid;
	border-top-color:#003366;
	border-bottom-color:#99CC99;
	}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

li.menu {
   font-size: 8pt;
	display: block;
	}

a.menulink {
	color: #003366;
	text-decoration: none;
	background: #F4F8EE;
	margin: 0px;
	padding: 0px 0px 0px 6px;
   letter-spacing: 1px;
	display: inline-block;
	}

a.menulink {
	display: block;
	margin: 0px;
	}

a.menulink:link	{
	color: #003366;
	text-decoration: none;
   font-weight: normal;
	}

a.menulink:visited{
	color: #003366;
	text-decoration: none;
   font-weight: normal;
	}

a.menulink:hover	{
	color: #003366;
   font-weight: bold;
	text-decoration: none;
	background: #99CC99;
	}

a.menulink:active	{
	color: white;
   font-weight: bold;
	text-decoration: none;
	background: #003366;
	}

#currentpage a.menulink {
	color: #003366;
   font-weight: bold;
	}

/***********************************************/
/* Main Div                                    */
/***********************************************/

#main h1 {
   font-size: 9pt;
	color: #003366;
   margin: 2px;
   padding: 0px;
	}

#main h2 {
   font-size: 8pt;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
	}

#main p {
   margin: 5px 0px;
   padding: 0px;
	}

img.news2 {
	margin: 5px 10px 5px 0px;
	border: 1px solid black;
	float: left;
	}

p.ind	{
	text-indent: 25px;
	}

.classificados {
	background: #F4F8EE;
	border: 2px dotted #99CC99;
	margin-bottom: 15px;
	padding: 5px;
	}

/***********************************************/
/* Imagens                                     */
/***********************************************/

img.float_right {
	margin: 5px 0px 5px 5px;
	float: right;
	border: 1px solid black;
	}

img.float_left {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 1px solid black;
	}

img.leftnoborder {
	margin: 5px 10px 5px 0px;
	float: left;
	}

/***********************************************/
/* Separadores                                 */
/***********************************************/

hr {
  	border: none 0;
	border-top: 1px solid #99CC99;
	width: 100%;
	height: 1px;
	text-align: center;
	}

hr.bar31 {
	text-align: center;
  	border: none 0;
	border-top: 3px solid #003366;
	width: 100%;
	height: 3px;
	clear: both;
	}

hr.bar32 {
  	border: none 0;
	border-top: 3px solid #99CC99;
	width: 100%;
	height: 3px;
	text-align: center;
	clear: both;
	}

hr.clear {
	clear: both;
	}

/***********************************************/
/* News Ticker                                 */
/***********************************************/

#ajaxticker1 {
  	font-size: 8pt;
  	text-align: left;
  	line-height: 150%;
  	margin-bottom:10px;
	width: 242px;
  	height: 50px;
  	padding: 2px 5px;
  	color: #003366;
  	background-color: #F4F8EE;
  	border-top: 3px solid #99CC99;
  	border-bottom: 3px solid #99CC99;
  	}

#ajaxticker1 div {
  	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled.*/
  	/*Style inner DIV with same color as outer DIV*/
  	background-color: #F4F8EE;
  	}

/***********************************************/
/* Tabela                                      */
/***********************************************/

#classi table {
	text-align: center;
	margin-bottom: 20px;
	}

#classi th {
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	font-weight: bold;
	}

#classi td {
	border-bottom: 1px solid #003366;
	font-size: 11px;
	}

#classi tr.gda {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	}



ul.toc {list-style:none; width:90%;}
.toc li {background:url(images/dot.gif) repeat-x 0 1.1em; text-align:right}
.toc .name {float:left; background:#FFF; padding:0 4px 0 0;}
.toc .number {background:#FFF; padding:0 0 0 4px;}

ul.link {list-style:none; padding:0px; margin-left: 10px;}
.link li {margin-bottom: 12px; height:32px;}
.link li.nopic {margin-left: 67px;}
.link img {border:0px; vertical-align: middle; margin-right: 8px;}

/***********************************************/
/* Jornais                                      */
/***********************************************/

#jornais div {
	width: 233px;
	text-align: center;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
