
body
{   
  margin : 0;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  font-family  :  verdana;
  font-size    :  12px;
  font-weight  :  bold;
  color        :  #ffffff;  

  text-align   :  justify;
}

.textBlue
{
  font-family  :  verdana;
  font-size    :  12px;
  font-weight  :  bold;
  color        :  #103b72;  

  text-align   :  justify;
}

.faqText
{
  font-family  :  verdana;
  font-size    :  11px;
  color        :  #ffffff;  

  text-align   :  justify;
  padding      :  10px;
}

.pagingText
{
  font-family  :  verdana;
  font-size    :  12px;
  font-weight  :  bold;
  color        :  #cccccc;  
}

.name
{
  font-family  :  verdana;
  font-size    :  12px;
  font-weight  :  bold;
  color        :  #ffffff;  
}

.model
{
  font-family  :  verdana;
  font-size    :  12px;
  color        :  #cccccc;  
}

.year
{
  font-family  :  verdana;
  font-size    :  12px;
  color        :  #9cbce5;
  
  font-weight : none;
}

.heading
{
  font-family      :  verdana;
  font-size        :  18px;
  font-weight      :  bold;
  color            :  #ffffff;    
    
  text-align       :  center;
}
  
.blockHeading
{
  padding-top  : 7px;  

  font-family  :  arial;
  font-size    :  15px;    
  font-weight  :  bold;
  color        :  #ffffff;  
}  

a
{
  font-family      :  verdana;
  font-size        :  12px;
  font-weight      :  bold;   
  color            :  #ffffff;
    
  text-decoration  :  none;
}
  
a:hover
{
  font-family      :  verdana;
  font-size        :  12px;
  font-weight      :  bold; 
  color            :  #9cbce5;
    
  text-decoration  :  underline;
}    

a.hMenu
{
  padding-top      : 4px;  
  height           : 22px;
  display          : block;
    
  text-decoration  : none;
  text-align       : center;
    
  font-family      : verdana;
  font-size        : 12px;
  font-weight      : bold;
  color            : #ffffff;
    
  background-color : #94b1cd;
}  

a.hMenu:hover
{
  padding-top      : 4px;  
  height           : 22px;
  display          : block;
    
  text-decoration  : none;
  text-align       : center;
   
  font-family      : verdana;
  font-size        : 12px;
  font-weight      : bold;
  color            : #103b72;
    
  background-color : #9cbce5;  
}

a.hMenuSelected, a.hMenuSelected:hover
{
  padding-top      : 4px;  
  height           : 22px;
  display          : block;
    
  text-decoration  : none;
  text-align       : center;
   
  font-family      : verdana;
  font-size        : 12px;
  font-weight      : bold;
  color            : #103b72;
    
  background-color : #9cbce5; 
}  
  
a.vMenu
{
  padding-top      : 3px;  
  padding-left     : 4px;  
  height           : 22px;
  display          : block;
    
  text-decoration  : none;
    
  font-family      : verdana;
  font-size        : 12px;
  font-weight      : bold;
  color            : #ffffff;
    
  background-color : #5279bc;
}  

a.vMenu:hover
{
  padding-top      : 3px;  
  padding-left     : 4px;    
  height           : 22px;
  display          : block;
    
  text-decoration  : none;
    
  font-family      : verdana;
  font-size        : 12px;
  font-weight      : bold;
  color            : #103b72;
   
  background-color : #5279bc;  
}