h1
{
  font-family: serif, Verdana;
  font-size:  medium;
  font-weight: bold;
}




#menu_p {
 list-style-type: none;
 margin: 0 0 10px 0;
 padding: 0;
background-color:#FBFFFD;

}
#menu_p li a {
 display: block;
 padding: 5px 0 5px 20px;
 background: #fff url(img/seta.gif) no-repeat 5px 80px;
 border-left: 1px solid #A6C9EC;
 border-right: 1px solid #A6C9EC;
 text-decoration: none;
 color: #06c;
 width: 118px;
}
#menu_p li a:hover {
 color: #f00;
 border: none;
 border-top: 1px solid #A6C9EC;
 border-bottom: 1px solid #A6C9EC;
 padding: 4px 0 4px 21px;
 background: transparent url(img/seta.gif) no-repeat 5px;
}
#news
{
 background: url(img/b_news.jpg) no-repeat;
 height:147px;
 width:200px;

}
#news p
{
padding-top:45px;
padding-right:7px;
}

/* load */

#loader
{
   z-index: 99999;
   position: static;
   text-align: center;
   cursor: wait;
   width: 100%;
   height: 100%;
}

#loader div.xvrect
{   
   margin: auto;
   margin-right: auto;
   width: 250px;
   border: 1px solid #ccc;
   padding: 10px;
   font: 9px Arial, Verdana, sans-serif;
   
   background-color: #FFF;
}

#loader div.xvimage
{
   display: block;
   background: url("../js/preloader1.gif") center no-repeat;
   width: 18px;
   height: 18px;
   margin: auto;
   padding: 0px;
   z-index: 10;
   cursor: pointer;
   clear: none;
   text-align: center;
}