/* Texto das páginas*/
.fonte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* Texto das páginas*/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
    font: bold; 
	}


/* Título dos livros no sistema de busca*/

p {
    font-family: Verdana, Geneva, Arial,
          SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 10px;	  
		   }
		   
		   
/* Título dos livros no sistema de busca*/
h1 {
    font-family: Verdana, Geneva, Arial,
          SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 14px;	  
		   }
/* Título dos livros no sistema de busca*/
h2 {
    font-family: Verdana, Geneva, Arial,
          SunSans-Regular, sans-serif;
	color: #006699;
	font-size: 10px;	  
		   }


/* Link das páginas*/
  a {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, "Times New Roman",
          Times, serif;}
  a:link {
    color: #006699 }
  a:visited {
    color: #006699 }
  a:hover{
    color:red}
	
	/* Link das páginas*/
/* Links Eventos */
  a.eventos{
	font-family: Verdana, "Times New Roman",
          Times, serif;
	font-size: 10px;
	text-decoration: none }
  a.evento:link {
    color: #000000 }
  a.evento:visited {
    color: #ff0000 }
  a.evento:hover{
    color:#0000FF}
	
	
/* Textos Edição - ISBN - Autores  */
  
.mainDiv
{
  width:130px;
}
.topItem
{
  width:130px;
  height:11px;
  cursor:pointer;
  background: #F0FAFF;
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font size:10;
  font-family:"VERDANA";
 
}


.dropMenu
{
  background:#F0FAFF;
  border-top:1px solid #F0FAFF;
  border-left:1px solid #F0FAFF;
  border-right:1px solid #F0FAFF;
  border-bottom:1px solid #F0FAFF;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   text-decoration:none;
   color:black;
   font-family:"VERDANA";
   font size:10;
}

.subItem a
{
   text-decoration:none;
   color:black;
   font-family:"VERDANA";
   font size:10;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:none;
   padding-left:5px;
   font-family:"VERDANA";
   font size:11;
}

.subItemOver  a
{
   text-decoration:none;
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

