
.centertext { text-align: center;}

/* IE5 Mac Hack \*/ 
a .alt { display: none; }

a#email  {
	text-decoration: none;
	background: url(../../images/link.gif) top left no-repeat;
	display: block;
	height: 15px; width: 180px;
	margin-top: 2px;
        }
	
a#email:visited  {
	background-image: url(../../images/vlink.gif);
	background-repeat: no-repeat; }
  		
a#email:hover  {
	background-image: url(../../images/alink.gif);
	background-repeat: no-repeat; }
               
a#email:active  {
	background-image: url(../../images/alink.gif);
	background-repeat: no-repeat; }
	
a#semail  {
	text-decoration: none;
	background: url(../../images/slink.gif) top left no-repeat;
	display: block;
	height: 15px; width: 183px;
	margin-top: 2px;
        }
	
a#semail:visited  {
	background-image: url(../../images/vslink.gif);
	background-repeat: no-repeat; }
  		
a#semail:hover  {
	background-image: url(../../images/aslink.gif);
	background-repeat: no-repeat; }
               
a#semail:active  {
	background-image: url(../../images/aslink.gif);
	background-repeat: no-repeat; }
/* End Hack */

   
a#email  {margin-left:auto; margin-right:auto;}
a#semail  {margin-left:auto; margin-right:auto;}
