@charset "utf-8";
/* CSS Document */

/* --------------------------
	Main Font Styling CSS

	Executive Step 2009
	(c) 2009 JC iMages
------------------------- */

/* Generic */


body {
	font: 100% Calibri;
}


h1, h2, h3, h4, h5, h6 {
	color: #313334;
	font-weight: bold;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #2E3191;
}

a.selected:link, a.selected:visited {
	color: #222;
}

em {
	color: #d11241;
	font-size: 1.2em;
}

p {
	font-size: 0.8em;
}


p.large {
	line-height: 1.5;
	font-size: 1.5em;
}

p.norm {
	line-height: 1.6;
	font-size: 1.0em;
}

p.quiet {
	line-height: 1.1;
	font-size: 0.8em;
	font: calibri;
}

.blue {
	font: calibri;
	color: #2e3191;
	line-height: 1.6;
	font-size: 1.0em;
}
.watermelon {
		font: calibri;
		color: #d11241;
}

.email {
	font: calibri, Arial;
	color: #2e3191;
	line-height: 1.0;
	font-size: 1.0em;
	font-weight: bold;
}

.centre	{
	margin: 0 auto;
	padding-left: 12em;
}


#links a {
	font-size: 1.2em;
	margin-right: 0.6em;
}

/*  END  */

