/* CSS Document */
a.dean_mask
	{
		display: block;
		background-image: url('../assets/images/dean_email_01.gif');
		border: none 0px #fff;
		height: 20px;
		width: 211px;         
	}
        
a:hover.dean_mask
	{
		background-image: url('../assets/images/dean_email_02.gif');        
	}

a.dorothy_mask
	{
		display: block;
		background-image: url('../assets/images/dorothy_email_01.gif');
		border: none 0px #fff;
		height: 20px;
		width: 211px;          
	}
        
a:hover.dorothy_mask
	{
		background-image: url('../assets/images/dorothy_email_02.gif');        
	}
	
