/* as at 01082008 */

	body{ 	
		background: #ffffff;
		font-size: 12pt;
		font-family: Times;
		color: navy;
		line-height: 14pt;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}


	p{	margin-left: 24px;
		margin-right: 24px;
	}


	/*page heading - chapters Use: table id="header"*/
	#header{	
			margin-left: -30px;
			margin-top: -30px;
			width: 105%;
			padding-top: 15px;
			padding-bottom: 25px;
			background: #ccff99 url(images/bfrieze.gif) repeat-x bottom;
		}	
	
	

	/*Chapter number*/
	h1{	font-size: 18pt; 
		font-family: Times;
		line-height:18pt;
		font-weight: bold;
		text-align: center;
		
	}
	
	/*Chapter name*/
	h2{	font-size: 24pt; 
		font-family: Lucida Handwriting;
		line-height: 24pt;
		font-weight: bold;
		color: green;
		text-align: center;
	}

	/*Sub-headings - left align*/
	h3{	font-size: 16pt; 
		font-family: Times;
		font-weight: bold;
		font-style: italic;
		color: green;
		margin-left: 24pt;
		margin-right: 24pt;
	}


	/*Sub-headings - right align*/
	h4{	
		font-size: 16pt;
		font-family: Times;
		font-weight: bold;
		font-style: italic;
		color: green;
		text-align: center;
	}	


	/*Miss Barsham Says"*/
	h5{
		font-size: 14pt;
		font-family: Times;
		color: FF6666;/*link text red*/

	}

	/*epigraphs*/
	h6{	font-size: 12pt;
		font-family: Times;
		font-weight: bold;
		font-style: italic;
		line-height: 12pt;
		color: green;
		text-align: center;

	}

	/*Special emphasis - to apply: syntax <span class="emph"></span>*/
	.emph{
		font-size: 13pt;
		font-family: Times;
		font-weight: bold;
		color: green;
	}

	/*COVER PAGE*/
	
	/*small text - cover page*/
	.begin{ 
		color: green; 
		font-family: "Lucida Handwriting", Times;
		font-style: italic;	
		font-size: 18pt;	 
	}

	/*main title - cover page*/
	table.title{
		color: green;
		font-family: "Lucida Handwriting", Times;
		font-weight: bold;
		font-style: italic;
		font-size: 48pt;
	}

	.title2{ 
		font-weight: bold; 
		font-family: "Lucida Handwriting", Times;
		/*line-height: 50px;*/
		color: #996633;/*golden brown*/
		font-size: 36pt;
	}

	/*return to plain text - alt tags, cover page*/
	.normal{ 
		font-family: Times;
		font-weight: normal;
		font-style: normal;
		font-size: 12pt;
		color: navy;
	}

	.noshow{

		display: none;
	}
	
	a:visited{text-decoration: none; color: black}
	a:link{text-decoration: none; color: black}
	a:hover{text-decoration: none; color: green}
	a:active{text-decoration: none; color: red}



