/*
    Cascading Style Sheets for volvo
*/

/* Top1.asp */
  /*Classes*/
    Body.top1Body
    {
        background-color : #d8e2ed;
    }
    /*Search box (not in use for volvo)*/
    Input.Search
    {
      width:64px;
      background-color: #F8f7ef;
      font-family : arial, geneva, helvetica, sans-serif;
      font-size : 11px;
      font-style : normal;
      font-weight : normal;
      BORDER-RIGHT: rgb(234,191,107) thin solid;
      BORDER-LEFT: rgb(234,191,107) thin solid;
      BORDER-TOP: rgb(234,191,107) thin solid;
      BORDER-BOTTOM: rgb(234,191,107) thin solid
    }
    td.Top1SmallLink
    {
      font-family: arial, geneva, helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #736A60;
      font-size: 8pt
    }
    A.Top1SmallLink:link
    {
      color: #1b3570;
      text-decoration: none
    }
    A.Top1SmallLink:visited
    {
      color: #1b3570;
      text-decoration: none
    }
    A.Top1SmallLink:hover
    {
      color: #687ba3;
      text-decoration: none
    }
    td.Top1SmallLine
    {
      background-color: #EABF6B
    }
    td.Top1LogoLink
    {
      BORDER-RIGHT: rgb(216,226,237) thick solid;
    }
  /*Standard Tag Formatting*/
    td
    {
      font-style: normal;
      font-size: 10px;
      color: #736A60;
      font-family: arial, geneva, helvetica, sans-serif
    }

