/* CSS Document */


* {
margin:0;
padding:0;
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma;
font-size:12px;
}

a {
color:#135695;
text-decoration: none;
}

a:hover{
text-decoration:none;
color:#999
}

/*to reduce quivering of rollover images in ie*/
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


h1{
font-size:18px;
}

h5{
/*color:#1051a1;*/
color:#333;
font-size:11px;
margin:5px 0 10px 0;
}

h4{
text-align:center;
margin:5px 0;
}

.vehic-lbl{
text-align:left !important;
}

h2{
color:#fff;
font-size:14px;
}
