/* as at 051415Jul2019 */

	body{ 	
		background: #cccccc;
		

		font.size: 12pt;
		font-family: "Times";
		color: navy;
		line-height: 14pt;
		margin-left: 10pt;
		margin-right: 10pt;
	}


	

	/*Chapter number*/
	h1{	font-size: 18pt; 
		font-family: Times;
		font-weight: bold;
		line-height: 18pt;
		color: black;
		text-align: center;
		
	}
	
	/*Chapter name*/
	h2{	font-size: 24pt; 
		font-family: Times;
		font-weight: bold;
		
		text-align: center;
	}

	/*Sub-headings*/
	h3{	font-size: 18pt; 
		font-family: Times;
		font-weight: bold;
		line-height: 16pt;
		color: white;
		text-align: center;

	}


	/*Sub-headings*/
	h4{	
		font-size: 16pt;
		font-family: Times;
		font-weight: bold;
		font-style: italic;
		color: blue;
		text-align: center;
	}	



	/*epigraphs*/
	h6{	font-size: 12pt;
		font-family: Times;
		font-weight: bold;
		font-style: italic;
		color: black;
		text-align: center;

	}

	p {
		margin-left: 24px;
		margin-right: 24px;
	}

	/*background tables - BTBTB*/
	
	.top {
			width: 80%;
			padding:30px;
			cellspacing: 0;
			background: #FFFFFF;
			border: 8px solid #333399;
			
	}

	

	.bkback {
			padding-left: 15px;
			padding-top: 15px;
			padding-right: 15px;
			padding-bottom: 15px;
			cellspacing: 20px;
			width: 80%;
			background: #FFFFFF;
			border-left: 3px solid #333399;
			border-right: 2px solid #333399;
		
		
	}


	.bklast{
			padding: 15px;
			cellspacing: 20px;
			width: 80%;
			background: #FFFFFF;
			border-left: 3px solid #333399;
			border-right: 2px solid #333399;
			border-bottom: 4px solid #333399;
		
	}

	.bkbottom{
			background: #FFFFFF;
			padding: 15px;
			cellspacing: 20px;
			width: 80%;
			height: 110px;
			border-top: 2px solid #333399;
			border-left: 3px solid #333399;
			border-right: 2px solid #333399;
			border-bottom: 4px solid #333399;
		
	}
	


	.title{
			color: #FFFFFF;
			padding: 0;
			spacing: 0;
			width: 80%;
			
		}

	.tlcorner{
			background: transparent url(images/blueCornerTL.gif) no-repeat;
			width: 25px;
			height: 17px;

		}

	.trcorner{
			background: transparent url(images/blueCornerTR.gif) no-repeat;
			width: 25px;
			height: 17px;
			
		}


	.blue{
			background: #333399;

		}

	

	



	a{text-decoration: none; color: blue}
	a:visited {text-decoration: none; color: blue}
	a:hover {text-decoration: none; color: black}
	a:active {text-decoration: none; color: green}



