/* CSS Document */

<style type="text/css">	
	
A:link    {
  text-decoration: none; 
  color: #3364CD;
}

A:visited {
  color: #800080;
  text-decoration: underline;
}

A:active {
  color: #3364CD;
  text-decoration: underline;
}

A:hover {
  color: #3364CD;
  text-decoration: underline;
}
TD {
  FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 15px;
  color: #000000; font-weight: 500;
  }
P {padding-left: 40px; padding-right: 30px;
}

#bottom A:link {
  text-decoration: none; 
  color: #3364CD;
  }
#bottom A:active:   {
  color: #3364CD;
  text-decoration: underline;
  }
#bottom A:hover {
  color: #3364CD;
  text-decoration: underline;
  }
#bottom A:visited:   {
  color: #3364CD;
  text-decoration: underline;
  }
  
