/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   General Text
*/

.normalPara {
	padding: 5px 0px 0px 0px;
}

.heading-1 {
	font-size: 18px;
	/* border: 1px #f4f3ef solid; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	color:#56554a;
}

.heading-2 {
	padding:10px 0px 0px 0px;
	/* border: 1px #f4f3ef solid; */
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	color:#56554a;
}

.heading-3 {
	padding:			8px 0px 0px 0px;
	/* border: 1px #f4f3ef solid; */
	font-size:		12px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-style:		italic;
	font-weight: normal;
	color:			#56554a;
}

/* Next two are important as they stop the link behaviour on heading anchors */
div.heading-1 a:hover { color:#56554a; text-decoration: none; }
div.heading-2 a:hover { color:#56554a; text-decoration: none; }
div.heading-3 a:hover { color:#56554a; text-decoration: none; }

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   In line foreign words
*/

.foreignWord {
    font-style: italic;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   People highlight
*/

.who {
    font-style: italic;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Quoted Text
*/

.paraQuote {
   text-align: left;
	font-size: 100%;
	font-style: italic;
	padding: 5px 15px 2px 15px;
}

.paraQuoteCentred {
   text-align: center;
	font-size: 100%;
	font-style: italic;
	padding: 5px 15px 2px 15px;
}

.charQuote {
	font-style: italic;
}

.whoQuote {
	font-style: normal;
	padding: 0px 0px 0px 15px;
}

.rightFlowGraphic {
   margin: 0px 0px 1px 15px;
}


/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   General Text
*/

.topTitleCell {
    border: 1px solid blue;
    padding: 5px;
	color: #000000;
    background-color: #cccccc;
}



