/*
 * general purpose styles
 * ======================
 */

/* background colour, and normal font and font colour for every page */
/* "Century Schoolbook", "Bookman Old Style", "Georgia" */
BODY {background-color: #FFFF9C;
	font: normal 100% "Book Antiqua", "Times New Roman", "Times", serif;
	color: #000000;
	background-image: url('..\images\chbctexture.jpg');
	background-repeat: repeat}
	  
/* links */
A:visited {	color: #996633}
A:link {color: #660000}
A:hover {color: #660000;
	font-weight: bolder}
A:active {color: #FF0000}

/* emphasized text */
EM {font-style: italic;
    font-weight: 500;
	color: #0000cd} /* medium blue */
                 
/* normal paragraph style */
P {font-size: 100%}

/* centred */
DIV.CENTRE {text-align: center}

/* indented */
DIV.INDENT {text-indent: 15px}

/* red arrow emphasis image */
IMG.NEWARROW {vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: 14px}
IMG.SMALLNEWARROW {vertical-align: middle;
	margin-right: 4px;
	width: 11px;
	height: 9px}

/* Bible quote on first page */
.FIRSTPAGEQUOTE {font-style: italic;
	color: #8B0000;
	font-size: 105%;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px}

.FIRSTPAGEREF {font-style: italic;
	color: #8B0000;
	font-size: 80%;
	text-align: right;
	margin-right: 260px;
	margin-top: 0px }

  /* Bible quote on other pages */
.BIBLEQUOTE {font-style: italic;
	color: #8B0000;
	font-size: 105%;
  text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px}

.BIBLEREF {font-style: italic;
	color: #8B0000;
	font-size: 80%;
	text-align: center;
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px }

/* "gospel" text main section */
.GOSPEL {font-size: 110%}

/* long quote from Bible in Gospel section */
.GOSPELQUOTE {font-size: 110%;
	font-style: italic}

/* superscript */
.SUPER {vertical-align: text-top;
	font-size: 70%}

/* footnote */
P.FOOTNOTE {font-size: 80%;
	clear: both}

/* footnote refrence */
.FOOTNOTEREF {vertical-align: text-top;
	font-size: 60%;
	margin-left: 2pt}

/* names of clubs */
.CLUBNAME {font-style: italic;
	font-weight: bold}

/* new material */
.NEW {font-weight: bold}

/* explanatory text */
.EXPLAIN {font-style: italic;
	font-size: 95%;
	color: navy}

/* answers given by others to questions posed */
.ANSWER {color: #660000;
	font-size: 95%;
	font-family: "Times New Roman", "Times", serif}

/* heading paragraph styles */
H1 {font-size: 160%;
	font-weight: bolder;
	color: 000080; /* navy blue */
	clear: both}
H2 {font-size: 120%;
	font-weight: bold;
	text-decoration: underline}
H3 {font-size: 100%;
	font-weight: bold}
H1 EM, H2 EM, H3 EM {color: #CC3366}
.ATTENTION {color: #ff0000}  /* red */
                     

/* style in lists */
UL.ITEMSLEVEL1 {list-style-type: square;
	list-style-position: outside;
	line-height: 120%;
	font-size: 90%}
UL.ITEMSLEVEL2 {list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 0%;
	line-height: 100%;
	font-size: 90%}
UL.PARASLEVEL1 {list-style-type: square;
	list-style-position: outside;
	line-height: 120%;
	font-size: 100%}
UL.PARASLEVEL2 {list-style-type: disc;
	list-style-position: outside;
	font-size: 100%}
OL.PARASLEVEL1 {list-style-type: decimal;
	list-style-position: outside;
	line-height: 120%;
	font-size: 100%}
LI {padding-bottom: 12pt}
LI.ITEMSLEVEL2 {padding-bottom: 3pt}

/* address styles */
ADDRESS {font-style: italic;
	margin-left: 4%}

/* table spacers */
.SPACER {font-size: 100%}
.SPACERWITHLINE {font-size: 100%;
	border-bottom: 4pt solid #800080}

/*
 * image styles
 * ============
 */
 
/* normal image style */
IMG {border-style: none}

IMG.BT_LT {border-style: none;
	margin-right: 15px;
	margin-top: 10px;
	vertical-align: text-bottom;
	float: left}

IMG.BT_RT {border-style: none;
	margin-left: 15px;
	margin-top: 10px;
	vertical-align: text-bottom;
	float: right}

IMG.TP_LT {border-style: none;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: text-top;
	float: left}

IMG.TP_RT {border-style: none;
	margin-left: 15px;
	margin-bottom: 10px;
	vertical-align: text-top;
	float: right}

IMG.TP_MD {border-style: none;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
	float: none}

/* was used on first page */
IMG.CHAPEL {border-width: medium;
	border-style: double;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	float: right}

IMG.MAP {border-width: medium;
	border-style: double;
	margin: 0px 10px 30px 10px}

/* for use in gospel pages */
IMG.G_LT  {border-width: medium;
	border-style: double;
	vertical-align: text-top;
	margin-right: 5%;
	margin-bottom: 3%;
	float: left}

IMG.G_RT  {border-width: medium;
	border-style: double;
	vertical-align: text-top;
	margin-left: 5%;
	margin-bottom: 3%;
	float: right}

/*
 * styles in tables
 * ================
 */

/* normal table row alignment */
TR {text-align: left;
	vertical-align: top}

/* alignment in table of links */
TR.LINKS {text-align: center}

/* style for Bble references and quotes */
TD.BIBLEREFERENCE {text-align: left;
	font-size: 90%;
	vertical-align: top}
TD.BIBLEQUOTE {text-align: left;
	font-size: 90%;
	font-style: italic;
	vertical-align: top}

/* positioning */
TD.LEFT {text-align: left}
TD.MIDDLE {text-align: center}
TD.RIGHT {text-align: right}

/* table heading */
TR.TABLEHEADING {font-weight: bold}

/* table of new stuff */
TABLE.NEW {border-style: solid;
	border-color: #FF0000}
TR.NEW {text-align: center}
TD.NEW {text-align: center}

/*
 * styles in tape tables
 * =====================
 */

TD.COL1OF3 {text-align: left}
TD.COL2OF3 {text-align: center}
TD.COL3OF3 {text-align: right}

P.BKLIST {font-size: 100%;
	text-align: justify}

TD.TPBK {font-size: 120%;         /* book title */
	font-weight: bolder;
	padding-top: 20pt;
	text-align: left}
TD.TPSR {font-size: 90%;          /* series title */
	font-weight: bold}
TD.TPTP {font-size: 80%;          /* top reference */
	padding-top: 20pt;
	text-align: right}
TD.TPNT {font-size: 80%;          /* number title */
	font-weight: bold;
	text-align: left}
TD.TPDT {font-size: 80%;          /* date title */
	font-weight: bold;
	text-align: left}
TD.TPST {font-size: 80%;          /* seq title */
	font-weight: bold;
	text-align: center}
TD.TPRT {font-size: 80%;          /* reference title */
	font-weight: bold;
	text-align: left}
TD.TPTT {font-size: 80%;          /* title title */
	font-weight: bold;
	text-align: left}
TD.TPN {font-size: 80%;           /* number */
	text-align: left}
TD.TPD {font-size: 80%;           /* date */
	text-align: left}
TD.TPS {font-size: 80%;           /* seq */
	text-align: center}
TD.TPR {font-size: 80%;           /* reference */
	text-align: left}
TD.TPT {font-size: 80%;           /* title */
	text-align: left}
          
/*
 * styles in page header table
 * ===========================
 */

/* page header table row alignment */
TR.PAGEHEADER {text-align: center}
  
/* style for main title in page heading */
TD.MAINTITLE {font-size: 200%;
	font-weight: bold;
	white-space: normal;
	border-bottom: 6pt solid #B68159}
				
/* style for sub title on page heading */
TD.SUBTITLE {font-size: 160%;
	font-weight: bold;
	white-space: normal;
	padding-top: 5pt}

/* link style in page header */
A.PAGEHEADER {font-size: 70%}

/*
 * styles in page footer
 * =====================
 */

/* page footer table row alignment */
TR.PAGEFOOTER {text-align: left}
TD.EXTREME {text-align: right;
	white-space: nowrap;
	font-size: xx-small}

/* link style in page footer */
A.PAGEFOOTER {font-size: 80%}
		   
/* style for revision date on page footer */
TD.REVDATE {font-size: 80%;
	font-style: italic;
	text-align: right}
			
/* copyright text */
.COPYRIGHT {font-size: 80%;
	font-style: italic}

/* FreeFoto copyright text */
.FREEFOTO {font-size: 80%;
	font-style: italic}
