/* TEXT STYLES */

/* paragraph margins */
p.heading { padding-top: 20px; }
p.address_pink { margin-left: 16px; margin-bottom: 12px; }
p.text_grey_wide  { margin-left: 0px; margin-bottom: 9px; }
p.text_head { margin-left: 16px; margin-top: 12px; margin-bottom: 10px; }
p.text, p.text_pink, p.text_client  { margin-left: 0px; margin-bottom: 6px; }
p.text_head_rt { margin-right: 32px; margin-top: 12px; margin-bottom: 10px; }
p.text_rt { margin-right: 32px; margin-bottom: 12px; }
p.copyright { margin-right: 32px; margin-bottom: 10px; }

p.list_left { margin-left: 16px; margin-top: 80px; margin-bottom: 36px; }
p.heading { margin-top: 30px; margin-bottom: 16px; }
p.address_grey { margin-top: 5px; margin-right: 0px; margin-bottom: 38px; }
p.address_contact { margin-top: 5px; margin-right: 0px; margin-bottom: 0px; }
 
p.bronze_link { margin-top: 12px; margin-right: 0px; margin-bottom: 0px; }
p.photo_title {  margin-top: 50px; margin-bottom: 3px;  margin-right: 20px; }
p.photo_text { margin-bottom: 0px;  margin-right: 20px; }

 
a.address_pink:hover { color: #969696; } /* light grey */  
a.text_pink:hover, a.text_pink_link:hover, a.text_client_link:hover { color: #969696; } /* light grey */
a.text:hover, a.address_contact:hover, a.heading:hover { color: #D0007A; } /* pink */


.heading { 
	font-size: 17px; 
	color: #474747; /* grey */  
	font-weight: normal; 
	text-decoration: none; 
}

.intro_text { 
	font-size: 12px; 
	color: #474747; /* grey */  
	line-height: 18px; 
}

.address_grey, .address_contact, .bronze_link { 
	font-size: 11px; 
	color: #474747; 
	line-height: 16px;
	text-decoration: none; 
}

.address_pink { 
	font-size: 11px; 
	color: #F3007D; 
	line-height: 16px;
	text-decoration: none; 
}

.text, .text_pink, .text_grey, .text_grey_wide {
	color: #474747; /* grey */ 
	font-size: 13px; 
	line-height: 20px; 
	text-decoration: none  
}
 
.text_pink {
	color: #D0007A; /* pink */
}
  
.text_pink_link {
	color: #D0007A; /* pink */
}
  
  
.text_grey {
	color: #969696; /* light grey */
}

.text_pink_menu a {
	color: #D0007A; /* pink */
	line-height: 30px; 
}
 
.text_client {
	color: #474747; /* grey */ 
	font-size: 11px; 
	line-height: 15px; 
}

.small_print { 
	font-size: 9px; 
	color: #474747; 
	line-height: 16px;
	text-decoration: none; 
}

.text_client_link {
	color: #D0007A; /* pink */
	font-size: 11px; 
	line-height: 20px; 
	text-decoration: none  
}
 
.photo_title { 
	font-size: 14px; 
	color: #474747; /* grey */  
	font-weight: normal; 
}

.photo_text { 
	font-size: 12px; 
	color: #969696; /* light grey */
	font-weight: normal; 
}




