/* body */
body 		
{
  margin: 0px;
  padding: 0px;
}


/* Texto geral */
body, table, td, select, textarea, input {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #004679;
}

TD.mnuCell {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  border: 1px solid;
  border-color: #DDDDDD;
  padding: 2px;
  text-align: left;
  background-color: #F3F3F3;
  cursor: pointer;
}

TD.mnuCellH {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  border: 1px solid;
  border-color: #888888;
  padding: 2px;
  text-align: left;
  background-color: #E7E7E7;
  cursor: pointer;
}

A:link {
  text-decoration: none;
  font-weight: normal;
  color = #000080;
}

A:link:hover {
  text-decoration: underline;
  font-weight: normal;
  color = #FF2200;
}

A:visited {
  text-decoration: none;
  font-weight: normal;
  color = #000080;
}

A:visited:hover {
  text-decoration: underline;
  font-weight: normal;
  color = #FF2200;
}


/* Text-Boxes */
.fielder {
  background-color: #FEFEFE;
  border: 1px solid #666666;
  color: #808080;
  font-size: 10pt;
  font-family: verdana;
  font-weight: bold;
}

/* Edit-boxes. */
.fieldsubmit {
  background-color: #FEFEFE;
  border: 1px solid #666666;
  color: #808080;
  font-size: 7pt;
  font-family: verdana;
  font-weight: bold;
  height: 17px;
}

/* Titulo da pagina */
.title {
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #434C5A;
}


/* Titulo dos menus */
.menutitle {
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #434C5A;
}


/* Menu principal */
.menu {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #434C5A;
}

A.menu:link {
  text-decoration: none;
  font-weight: bold;
  color = #434C5A;
}

A.menu:visited {
  text-decoration: none;
  font-weight: bold;
  color = #434C5A;
}

A.menu:hover {
  text-decoration: none;
  font-weight: bold;
  color = #434C5A;
}

/* variograma copyright */
.vrcopyright {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #555555;
}

A.vrcopyright:link {
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color = #000077;
}

A.vrcopyright:visited {
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color = #000077;
}

A.vrcopyright:hover {
  font-style: italic;
  text-decoration: underline;
  font-weight: bold;
  color = #000077;
}



/****************************/
/* Classes para as noticias */
/****************************/


/****** LISTA ******/
/* data */
.rnwsdate {
  font-family: Arial, Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #111111;
}

/* titulo */
.rnwstitle {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #111111;
}

a.rnwstitle:link {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

a.rnwstitle:visited {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

a.rnwstitle:active {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

a.rnwstitle:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #000077;
}

/* introdução */
.rnwsintro {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  color: #111111;
}


/****** RECORD ******/
/* titulo */
.dnwstitle {
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #000077;
}

/* introdução */
.dnwsintro  {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #111111;
}
