/*
	$HeadURL: svn://hebe/Customers/AnimalSearchUK/trunk/templates/default/styles/typography.css $
	$Id: typography.css 4555 2011-03-09 16:10:20Z qbnut $
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1, h2 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #F2922C;
	margin: 4px 100px 4px 0px;
}

h3 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #F2922C;
	margin: 4px 0px 4px 0px;
}

p {
	line-height: 14px;
	margin-bottom: 8px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

