/* body */
body 		
{
  margin: 25px 0px 25px 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;
}

A:link {
  text-decoration: underline;
  font-weight: bold;
  color: #000080;
}

A:active {
  text-decoration: underline;
  font-weight: bold;
  color: #000080;
}

A:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #000080;
}

A:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FF2200;
}

/* morada */
A.morada:link {
  text-decoration: underline;
  font-weight: normal;
  color: #000080;
}

A.morada:active {
  text-decoration: underline;
  font-weight: normal;
  color: #000080;
}

A.morada:visited {
  text-decoration: underline;
  font-weight: normal;
  color: #000080;
}

A.morada:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #FF2200;
}

/* copyright */
A.copyright:link {
  text-decoration: none;
  font-weight: normal;
  color: #000080;
}

A.copyright:active {
  text-decoration: none;
  font-weight: normal;
  color: #000080;
}

A.copyright:visited {
  text-decoration: none;
  font-weight: normal;
  color: #000080;
}

A.copyright:hover {
  text-decoration: underline;
  font-weight: normal;
  color: white;
}

/* Titulo da página*/
.title {
  font-family: Verdana;
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #434C5A;
}

A.title:link {
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  color: #434C5A;
}

A.title:active {
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  color: #434C5A;
}

A.title:visited {
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  color: #434C5A;
}

A.title:hover {
  font-size: 10pt;
  text-decoration: underline;
  font-weight: normal;
  color: #FF2200;
}


/* Menu principal */
.mainmenu {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #434C5A;
}

A.mainmenu:link {
  text-decoration: none;
  font-weight: bold;
  color: #434C5A;
}

A.mainmenu:active {
  text-decoration: none;
  font-weight: bold;
  color: #434C5A;
}

A.mainmenu:visited {
  text-decoration: none;
  font-weight: bold;
  color: #434C5A;
}

A.mainmenu:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #434C5A;
}



/****************************/
/* 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:active {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

A.rnwstitle:visited {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

A.rnwstitle:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #004679;
}

/* introdução */
.rnwsintro {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #004679;
}


/****** RECORD ******/
/* titulo */
.dnwstitle {
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #004679;
}

/* introdução */
.dnwsintro  {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: small;
  text-decoration: none;
  font-style: italic;
  color: #004679;
}

