/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #0000c0;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
}

h2 {
  color: #603000;
  font-size: 14pt;
}

h3 {
  color: #603000;
  font-size: 12pt;
}

h4 {
  color: #603000;
  font-size: 10pt;
}

p.highlight {
  color: #806040;
  font-style: italic;
  font-weight: bold;
}

td {
  font-family: Arial, Hevetica, sans-serif;
  font-size: 10pt;
}

th {
  font-family: Arial, Hevetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main{
  background-color: #FFFFFF;
  border-color: #d0a060;
  border-style: inset;
  border-width: 3px;
  font-family: Arial, Hevetica, sans-serif;
  font-size: 10pt;
  margin-left: 24px;
  margin-right: 24px;
  padding: 8px;
  width: 540px;
}

/*---------------------------------------------------------------------------*/
/* Set up the menu bar. Note that the 'depressed' menu button style values   */
/* are set programmatically, in the menu.js code file.                       */
/*---------------------------------------------------------------------------*/

#menuBar {
  background-color: #3399CC;
  border-style: solid;
  border-width: 2px;
  border-top-color: #00d0f0;
  border-left-width: 0px;
  border-bottom-color: #007090;
  border-right-width: 0px;
  color: #000000;
  left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1px;
  padding-bottom: 2px;
  position: absolute;
  top: 89px;
  width: 100%;
  z-index: 100;
; clip:  rect(   )
}

a.menuButton {
  border-style: solid;
  border-width: 1px;
  border-top-color: #00a0c0;
  border-left-color: #00a0c0;
  border-bottom-color: #00a0c0;
  border-right-color: #00a0c0;
  color: #000000;
  cursor: default;
  font-family: MS Sans Serif, Arial, Tahoma, sans-serif;
  font-style: plain;
  font-size: 8pt;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

a.menuButton:hover {
  border-style: solid;
  border-top-color: #b0d0f0;
  border-left-color: #a0d0f0;
  border-bottom-color: #003050;
  border-right-color: #004060;
}

.menu {
  background-color: #00a0c0;
  border-top-color: #00d0f0;
  border-left-color: #00d0f0;
  border-bottom-color: #007090;
  border-right-color: #007090;
  margin: 0px;
  padding: 0px;
  position: absolute;
  visibility: visible;
  z-index: 101;
; border: 2px solid; clip:  rect(   )
}

a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  font-family: MS Sans Serif, Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 14px;
  text-decoration: none;
}

a.menuItem:hover {
  background-color: #0080a0;
  color: #ffffff;
}

a:visited {  color: #000000}
a:hover {  color: #FF0000}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #333;
	line-height: 20px;
}
.azul {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.verde {  font: 12px Arial, Helvetica, sans-serif; color: #66CC66}
