/* ===============================================
Title:		Principality - Mortgage broker microsite
Author:		Gerard Hynes (UTLUK)
Version:	17 Mar 2006
Notes:		Defines content/text print styles for Immediacy editor.
Contents:
			- headings
			- text
Colors:
			- #FF0500 / principality red
			- #D1E2EC / light blue
			- #EEEEDD / stone (print substitute: #8D8D8D / dark grey)
=============================================== */

/* headings
=============================================== */

/* .Heading1 - should not be selectable through editor */
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #FF0500;
	margin: 0;
	padding: 7px 0;
}

.Heading2, h2 {
	font-size: 95%;
	margin: 0;
	padding: 0;
}

.Heading3, h3 {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

/* text
=============================================== */

/* Immediacy recommendation: assign p tag same margin as div */

p {
	margin: 0.001pt;
}

.Normal {
	font-size: 80%;
}

/* misc
=============================================== */

.Divider {
	height: 10px;
	border-bottom: 1px solid #8D8D8D;
	margin-bottom: 10px;
	font-size: 80%;
	clear: both;
}


