/* ff6600 - orange
   cc7114 - orange with a hirer contrast
          645b0c - brown
          a6b816 - light green
          665b0c - dark green
          665a0e - page text
*/
/*
 to allow the user of <font> tag, and force 
 any by HTML to the correct font face at least
*/
font{
 font-family: arial, helvetica, san-serif;
}
/*
default style for all text on page
*/
body {
	/* background-color:#ffffff; */
	background-image: url('/images/background.png');
}

p,body, td, span,div {
 font-family: arial, helvetica, san-serif;
 font-size: 12px;
 color: #000000;
 line-height:130%;
}
/*
  to offset the subnavigation from its parent
	in the main navigation
*/
.selected {
	color: #000000;
}

.subnavblock {
  /*margin-left: 10px;	*/
	position:relative;
	left: 10;
 /*  top: -17;*/
}
/*
 the link style for the first level of navigation
*/
.mainnav1{
	color: #8b0000;
	font: bold 8.5pt Verdana;
	text-decoration: none;
}
/*
 the hover style for the 1st level of navigation
*/
.mainnav1:hover {
	color:#8b0000;
	font: bold 8.5pt Verdana;
	text-decoration: none;
}
/*
  linke style for 2nd level navigiaton 
*/
.mainnav2 {
	color: #000000;
	font: 8.5pt Verdana;
	text-decoration:none;
}
/*
 hover style for 2nd level navigaton
*/
.mainnav2:hover {
	color: #d84c36;
	font: 8.5pt Verdana;
	text-decoration: none;
}
/*
  style for common bolded tags, and 
	paragraph headers.
*/
b, strong {
	color: #000000;
	font-weight: bold;
}
.paratitle {
	color: #8b0000;
	font-family: arial, helvetica, san-serif;
	font-size: 14px;
}
 /*
  the main page header - title of the document
 */
 .pagetitle {
	color: #8b0000;
	font-weight: bold;
	font-size: 16px;
	line-height:130%;

 }
/* the light green under the navigtion */
.navlight {
	background-color: #999999;
}
/* the dark green under the navigtion */
.navdark {
	background-color: #e5e5e5;
}
/* the slogon */
.sealcaption {
 font-weight: bold;
 color: #000000;
 font-size: 17px;
}
/*
 form field styles
*/
input, textarea {
 border: 1px solid  #999999;
 width: 200px;
}

input {
 height: 22px;
}

.button{
	color: #000000;
	font-weight: bold;
	background-color: #999999;
	border: 2px solid  #999999;
	width: 100px;         
}
/* make ul a little more read able (lists)*/
ul{
 line-height:130%;
}
/*move the position of the faq header around the screen*/
.faqhead{
 margin-top:5px;
}
/*#########################################3
 sitemap styles ###########################3
 
 tree is the root level items
 */
.tree, a.tree{
	color: #8b0000;
	font: bold 8.5pt Verdana;
	text-decoration: none;
	display:block;
	background-color: #e5e5e5;
	padding:3px 3px 3px 3px;
}
/* contains the first level items 
*/
blockquote{
 margin-left: 10px;
 margin-top: -10px;
 line-height:130%;
}
/* styles for the first level documents */
 a.subtree{
 line-height:130%;
	color:black;
	line-height:150%;
  padding:3px 3px 3px 3px;
}
/* highlight a block of links that also has
children */
.subtreewithchild{
 background-color:#eeeeee;
}
/* second level container */
.subsubtree{
 line-height:130%;
  margin-left:30;
	margin-bottom:10;
}

TD.bg_color1 { 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: #999; 
    border: none
 }

TD.bg_color2 { 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: #c1bcbc; 
    border: none 
}

.texto_login
{  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #8b0000;
font-weight: bold;
}

.botao_login {
background-color: #e1e1e1;
border-color: #999;
border-style: solid;
border-width: 2;
color: #333333;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;	
width: 50px;
height: 20px;
}

.login, formSearch {
background-color: #ffffff;
border-color: #000000;
border-style: solid;
border-width: 1;
color: #000000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 70px;
height: 18px;
}

.formSearch {
vertical-align: middle;
background-color: #ffffff;
border-color: #999999;
color: #000000;
width: 70px;
height: 18;
}

.formkey {
vertical-align: middle;
background-color: #ffffff;
border-color: #999999;
color: #000000;
width: 251px;
height: 18;
}

