.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.itemBorder { border: 1px solid #002d53 }
.itemBorderBlank { border: 1px solid #002d53 }

.buttonText { text-decoration: none; color: #FFFFFF; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #002d53; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #002d53 }
.linhapreta {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.buttonBorderOver { border: 1px inset #CC9966 }

.note {
	background-color: #fff;
	position: absolute;
	visibility: hidden;
	height: 500px;
	width: 770px;
	left: 1px;
	top: 150px;
}

h1 {
	font-family: "Orator Std",Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #260c63;
}

h3 {
	font-family: "Orator Std",Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

h2 {
	font-family: "Orator Std",Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

p, ul, td{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
}
hr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.ftitulo{
font-family: "Orator Std",Verdana, Arial, Helvetica, sans-serif;
color:#999999 ;
font-size:14px;
font-weight: bold;
}

input {
	font-family: "Orator Std",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

a{
COLOR: #000033;
text-decoration:none
}
a:hover {
	COLOR: #000099; TEXT-DECORATION: none;
}









ul.menubar
{
   margin: 0;
   padding: 0;
   background-color: #002d53; /* IE6 Bug */
   font-size: 100%;
   }

ul.menubar .menuvertical
{
   margin: 0px;
   position: relative;
   padding: 0px;
   list-style: none;
   background-color: #002d53;
   border: 0px solid #ccc;
   float:left;
}

ul.menubar ul.menu
{
   display: none;
   position: absolute;
   margin: 0px;
   bottom: -185px;
}

ul.menubar a
{
   padding: 2px 20px 2px 20px;
   display:block;
   text-decoration: none;
   color: #fff;
}


ul.menu,
ul.menu ul
{
   margin: 0;
   padding: 0;
   border-bottom: 0px solid #ccc;
   /* Width of Menu Items */
   background-color: #002d53; /* IE6 Bug */
}

ul.menu li
{
   position: relative;
   list-style: none;
   border: 0px;
}

ul.menu li hr
{
   width: 148px;
   padding: 0px;
   margin: 0px;
}

ul.menu li a
{
   display: block;
   text-decoration: none;
   border: 0px solid #ccc;
   border-bottom: 0px;
   color: #fff;
   padding: 5px 10px 5px 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu ul
{
   position: absolute;
   display: none;
  /* left: 199px; /* Set 1px less than menu width */
   
}

ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */

ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }

ul.menu li a:hover { color: #E2144A; }

