@charset "UTF-8";
/* CSS Document */

a:link  {
   	color : #005288;
   	text-decoration : none;
   }
   
   a:visited  {
   	color : #005288;
   	text-decoration : none;
   }
   
   a:hover  {
   	color : #9AACCC;
   	text-decoration : underline;
   }
   
   a:active  {
   	color : #9AACCC;
   	text-decoration : underline;
   }
