a.buttonStyle {
   color :#FFCC00;
   font-weight :bold;
   font-size :12pt;
   font-family :Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#3399FF;
   height :25px;
   width :100px;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
}
a.buttonStyle:visited {
   color :#FFCC33;
   font-weight :bold;
   font-size :12pt;
   font-family :Arial, Helvetica, sans-serif;
   text-decoration :none;
}
a.buttonStyle:hover {
   color :#FFFFFF;
   font-weight :bold;
   font-size :12pt;
   font-family :Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#33CCFF;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:hand;
}
.premuto {
   color :#FFCC00;
   font-weight :bold;
   font-size :12pt;
   font-family :Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#3399FF;
   height :25px;
   width :100px;
   border: thin inset;
   border-color:  #000000 #FFFFFF #FFFFFF #000000 ;
}
a.barStyle {
   color :#FFCC00;
   font-weight :bold;
   font-size :8pt;
   font-family :Verdana, Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#3399FF;
   height :6px;
   width :auto;
}
a.barStyle:visited {
   color :#FFCC33;
   font-weight :bold;
   font-size :8pt;
   font-family :Verdana, Arial, Helvetica, sans-serif;
   text-decoration :none;
   text-align: center;
}
a.barStyle:hover {
   color :#FFFFFF;
   font-weight :bold;
   font-size :8pt;
   font-family :Verdana, Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#33CCFF;
   cursor:hand;
}
