
  @import url('menu.css') ;
  @import url('sidemenu.css') ;
  @import url('breadcrumbs.css') ;
  @import url('footer.css') ;
	@import url('screen.css');


  html, body {
    margin            : 10;
   
    text-align        : left;
   
   
/*  background        : #a2a2a2 url(../img/pbk.gif) repeat-x 0px 0px; */
 /*   background        : Black; */
/*  color             : #595959; */
  /*  color             : #333;*/
/*	font              : normal 20px Tahoma;   */
	font-size: 50pt; 
	
	}
   
   .table
   {
	 background-color: White;
	text-align        : left;
   	width: 1000px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #40677B;
	text-align:justify;
	line-height: 150%;
	vertical-align: top;
	font-weight:normal;
   }
   
   .table td
   {
	/*height:30px;*/
	
   }
   
   .tablePopUp
   {
	 background-color: White;
	text-align        : left;
   	width: 700px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #40677B;
	text-align:justify;
	line-height: 150%;
	vertical-align: top;
	font-weight:normal;
   }
   
   .titulo
   {
	 background-color: White;
   	font-size: 12pt;
  /* 	color:#C0C0C0;*/
  color: SteelBlue;
   	text-align:left;
   	font-weight:bold;
   }
   
   
   .linha
   {
	 background-color: White;
   	font-size: 8pt;
	font-family: Tahoma;
   	color: SteelBlue;
   	text-align:left;
   	font-weight:bold;
   	/*border-bottom-style: solid;
   	border-bottom-color: #cccccc;*/
   	vertical-align: middle;
   	
   }
   
   .botoes
   {
	background-color: SteelBlue;
	border-color: SteelBlue;
	color: White;
	font-weight: bold;
	width: 101px;
	font-family: Tahoma;
	font-size: 8pt;
   }
.botoes:hover
{
	background-color: #5891BE;
	border-color: SteelBlue;
}
  /* -- login -- */

  #login 
  {
	text-align        : left;
    margin            : 0 auto;
    width             : 765px;
    height            : 15px;
    margin-bottom     : 5px;
    color             : #fafafa;
    }
  #login a,
  #login a:visited 
  {
	text-align        : left;
    color             : #fafafa;
    text-decoration   : none;
    }
  #login a:hover,
  #login a:active 
  {
	text-align        : left;
    color             : #ffcc33;
    text-decoration   : none;
    }
  #container {
    margin            : 0 auto;
    width             : 765px;
    text-align        : left;
    height            : 100%;
    background-color  : #FFF;
    }
  #content {
    width             : 100%;
    margin            : 0px;
    margin-left       : 25px;
    margin-right      : 25px;
    width             : 765px;
    }
  #columns {
    width             : 100%;
    padding           : 0px;
    margin            : 0px;
    }

