/*
    Cascading Style Sheets for volvo
*/

/* Top1.asp */
  /*Classes*/
    .micronav
    {
      font-size: 10px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color : #004171;
      text-decoration :none;
      font-weight : normal;
      position: absolute;
      left: 220;
      top: 4;
      z-index: 0;
    }

    a.MicroNavLinks:Link{
      font-size: 10px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color : #004171;
      text-decoration:underline;
      font-weight : normal
    }

    a.MicroNavLinks:visited{
      font-size: 10px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color : #004171;
      text-decoration:underline;
      font-weight : normal
    }

    a.MicroNavLinks:hover{
      font-size: 10px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color : #FFFFFF;
      text-decoration :none;
      font-weight : normal
    }

    .menu1 {
      position: absolute;
      left: 580;
      top: 1;
      z-index: 10;
    }

    .menu2 {
      position: absolute;
      left: 630;
      top: 1;
      z-index: 10;
    }

    .menu3 {
      position: absolute;
      left: 680;
      top: 1;
      z-index: 10;
    }

    .menu4 {
      position: absolute;
      left: 760;
      top: 1;
      z-index: 10;
    }

    .menu {
      font-style: normal;
      font-size: 10px;
      color: #ffffff;
      font-family: arial, geneva, helvetica, sans-serif;
      text-decoration: none;

    }

    .font{
      font-style: normal;
      font-size: 10px; color: #9CAAC6;
      font-family: arial, geneva, helvetica, sans-serif;
      text-decoration: none;
    }
  /*Standard Tag Formatting*/
    body{
      background-color: #9CAAC6;      
      background-repeat: no-repeat;
      background-attachment: scroll;
      margin-top: 0cm;
      background-position: 0%
    }

    table{
      margin-top:0cm;
    }

    td{
      font-style: normal;
      font-size: 10px;
      color: #191919;
      font-family: arial, geneva, helvetica, sans-serif
    }

    .lay{
	          font-style: normal;
	          font-size: 11px;
	          color: #EABF6B;
	          font-family: arial, geneva, helvetica, sans-serif;
    }

