
body
{   
  margin : 0px;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color        :  #000000;
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;

  text-align   :  justify;  

  background   :  inherit;
}

h1
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  17px;
  font-weight      :  bold;
  color            :  #421a9b;
  
  background       :  inherit;
}

.heading
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  17px;
  font-weight      :  bold;
  color            :  #421a9b;
  
  background       :  inherit;
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}
 
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #143d71;
   
  text-decoration  :  none;
  
  background       :  inherit;
}


a.menuLink {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #5530a6;
    text-align: right;
    text-decoration: none;
    padding: 3px 17px 0px 0px;
    display: block;
    height: 18px;
    width: 200px;
    background: #e6e1f1;
    background-image: url("../images/menuBgOnMouseOut.jpg");
}

a.menuLink:hover {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    padding: 3px 17px 0px 0px;
    display: block;
    height: 18px;
    width: 200px;
    background: #7a5cbc;
    background-image: url("../images/menuBgOnMouseOver.jpg");
}


a.quickLinks
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #421a9b;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.quickLinks:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}

a.footerLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.footerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #ffffff;
  
  background       :  inherit;
}