

body {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


.dropmenudiv_b {
    position:absolute;
    top: 0;
    border: 1px solid #918d8d;
    /*THEME CHANGE HERE*/border-width: 0 1px;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 130px;
    visibility: hidden;
  }


.dropmenudiv_b a {
    display: block;
    border: 0 solid #918d8d;
    /*THEME CHANGE HERE*/border-bottom-width: 1px;
    text-decoration: none;
    font-family : Verdana;
    font-size : 12px;
    font-style : normal;
    color: black;
    font-weight : 400;
  }


.dropmenudiv_b a:hover {
    display: block;
    border: 0 solid #918d8d;
    /*THEME CHANGE HERE*/border-bottom-width: 1px;
    text-decoration: none;
    font-family : Verdana;
    font-size : 12px;
    font-style : normal;
    font-weight : 400;
  }


* html .dropmenudiv_b a {
    /*IE only hack*/width: 100%;
  }


.dropmenudiv_b a:hover {
    /*THEME CHANGE HERE*/background-color: #edf3f3;
  }


h3 {
    font-family : Verdana;
    font-size : 16px;
    font-style : normal;
    font-weight : 800;
  }

/*----APRILIA----*/


H1 {
    font-size:10px;
    font-family: arial, helvetica, sans-serif;
    font-weight:normal;
  }


P {
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
    font-weight:normal;
  }


td {
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
    font-weight:normal;
  }


th {
    background-image : url('img/bgblue.gif');
    color : white;
    font-family : arial, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    height : 22px;
  }


H2 {
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
  }


H3 {
    font-size:14px;
    font-family: arial, helvetica, sans-serif;
    font-weight:normal;
  }


H4 {
    font-size:14px;
    font-weight:bold;
    color:navy;
  }


H5 {
    font-size:16px;
    font-weight:normal;
    color:navy;
  }


a {
    color: #0163CE;
    text-decoration: none;
    font-weight:bold;
  }


a:hover {
    color: #ff0000;
    text-decoration: none;
    font-weight:bold;
  }


a.menu {
    color : white;
    font-family : Verdana;
    font-size : 12px;
    font-style : normal;
    font-weight : 400;
    text-decoration : none;
  }


a:hover.menu {
    color : #990033;
    font-family : Verdana;
    font-size : 12px;
    font-style : normal;
    font-weight : 400;
    text-decoration : none;
  }

