/*===========================================================================
	Typography (Contact)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

div#primary-content dl dt {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.167em; /* 14px relative to 12px */
}

div#primary-content dl dd {
	font-size: .917em; /* 11px relative to 12px */
	line-height: 1.515em;
}