/* TFT website (www.cbnrm.net/webhosting/tft/), for printing */

body  {
	background-color: White;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	overflow: auto;
	}

#bread  {
	background-color: White; 
	border-top: solid 2pt #000000;
	color: Black;
	font-family: Georgia, Times, serif;
	font-size: 9pt;
	margin-bottom: 30pt;
	margin-top: 10pt;
	padding: 5pt 0pt 0pt 0pt;
	}

#bread ul  {
	border: none; 
	/* border-bottom: thick; */ 
	display: inline;
	margin-left: 0pt;
	padding-left: 0pt;
	}

#bread ul li  {
	border: none; 
	/* border-bottom: thick; */ 
	display: inline;
	list-style: none;
	padding-left: 0pt;
	}

a:link  {
	background-color: White;
	color: Black;
	font-size: 12pt; 
	text-decoration: underline;
	} 

.byline1  /* To display part of the footer information */  {
	display: inline;
}

.wrapper  { 
	border: 0;
	float: none !important;
	/* margin: 5%; */
	padding: 0;
	width: 100%;
	}

.horiz  /* The horizontal button bar */  {
	display: none;
	}

.linksize1  /* Links in text, increased 1 pt from 11 pt */  {
	font-size: 12pt;
	}

.linksize2  /* Links in footer, decreased 2 pt from 11 pt */  {
	font-size: 10pt;
	}

.title1  {
	background-color: White; 
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 23pt;
	font-weight: bold;
	margin-bottom: 10pt;
	}
	
.title2  {
	background-color: White;
	color: Black;
	font-family: Georgia, Times, serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: -10pt; 
	text-align: center;
	}

.title3  {
	background-color: White;
	color: Black;
	font-family: Georgia, Times, serif;
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: -10pt;
	}

.title4  {
	background-color: White;
	color: Black;
	font-family: Georgia, Times, serif;
	font-family: Georgia;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -10pt;
	}

.content  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0pt;
	}
	
.footer  {
	background-color: White; 
	color: Black;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	text-align: center;
	}

	
.left  {
	display: none;
	}

.paramarginbottom1  /* to decrease margin after paragraphs followed by paragraphs */  {
	margin-bottom: -19px;	
	padding-bottom: 0px;
	}

.paramarginbottom2  /* to decrease margin after paragraphs followed by lists */  {
	margin-bottom: -14px;	
	padding-bottom: 0px;
	}

.paraindent1  /* to indent select paragraphs */  {
	text-indent: 50px;
	}


