
	body {
		margin-left:100px;
		margin-right:100px;
		margin-bottom:60px;
		
	}
	
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		color:#3aaaf0;
	}

	div#menu {
		margin: 0px; 
		padding: 0px 0px 0px 0px; 
		text-align: center;
  		/*font-family: "Times New Roman", Times, serif;*/
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 15px;
	}
  	div#menu a {
		background-color: transparent;
		font-size:15px;
		text-indent:0px;
		white-space: pre-wrap;
	}
	div#menu a:link, div#menu a:visited {
		/*border: 0px solid white;*/
		padding: 0px 0px;
		text-decoration: none;
		/*display: inline-block;*/
		color: #bf9000;
	}
	div#menu a:hover, div#menu a:active {
		background-color: #3aaaf0;
		color: white;
		font-size:15px;
  	}
  	
  	p#xref a {
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 16px;
  	}
  	
  	p#xref a:link, p#xref a:visited {
		background-color: white;
		color: #bf9000;
		border: 0px solid white;
		padding: 0px 0px;
		text-align: center;
		text-decoration: none;
		/* display: inline-block;*/
	}
	p#xref a:hover, p#xref a:active {
		background-color: #3aaaf0;
		color: white;
		font-size:16px;
  	}

   	div#footerTxt {
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14px;
  	}
  	div#footerTxt a {
		background-color: transparent;
		font-size:14px;
		text-indent:0px;
		white-space: pre-wrap;
	}
	div#footerTxt a:link, div#footerTxt a:visited {
		padding: 0px 0px;
		text-decoration: none;
		color: #bf9000;
	}
	div#footerTxt a:hover, div#footerTxt a:active {
		background-color: #3aaaf0;
		color: white;
		font-size:14px;
  	}

  	div#copyright {
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14px;
  	}
  	div#copyright a {
		background-color: transparent;
		font-size:14px;
		text-indent:0px;
		white-space: pre-wrap;
	}
	div#copyright a:link, div#copyright a:visited {
		padding: 0px 0px;
		text-decoration: none;
		color: #bf9000;
	}
	div#copyright a:hover, div#copyright a:active {
		background-color: #3aaaf0;
		color: white;
		font-size:14px;
  	}

  	table#tblrefs {
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14px;
  		border-collapse: collapse;
  		width: 100%;
  	}
  	table#tblrefs a {
		background-color: transparent;
		font-size:14px;
		text-indent:0px;
		white-space: pre-wrap;
	}
	table#tblrefs a:link, table#tblrefs a:visited {
		padding: 0px 0px;
		text-decoration: none;
		color: #bf9000;
	}
	table#tblrefs a:hover, table#tblrefs a:active {
		background-color: #3aaaf0;
		color: white;
		font-size:14px;
  	}

  	table#tblrefs td#td1 {text-align: center;}

  	#tblrefs td, #tblrefs th {
  		border: 1px solid #ddd; /* dark grey */
  		padding: 4px;
  	}
  	#tblrefs tr:nth-child(even) {
  		background-color: #f2f2f2; /* light grey */
  	}
  	#tblrefs tr:hover {
  		background-color: #fcfbd4; /* yellow */
  	}
  	#tblrefs th {
  		padding-top: 4px;
  		padding-bottom: 4px;
  		text-align: center;
  		font-weight: normal;
  		background-color: #3aaaf0; /* light blue */
  		color: white;
  	}
  	#tblrefs td {
  		text-align: left;
  		font-weight: normal;
  	}

 	#logo {
  		font-weight: bold;
  		color:#3aaaf0;
  	}
  	#footerTxt {
  		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14px;
  	}
  	p.lnkref {
  		text-align: left; 
  		line-height: 1.2;
  	}
  	/* sets minimum image width
  	div.figure {
  		min-width: 150px;
  	}
  	*/
	div.figure {
  		float: left;
  		/*width: 30%;*/
  		/*border: thin silver solid;*/
  		margin: 0px 0px 4px 0px;
  		padding: 0px 10px 2px 0px;
  		font-family: Arial, Helvetica, sans-serif;
  		text-align: center;
  		font-style: normal;
  		font-size: 11px;
  		color: #5a5b5c;
  		text-indent: 0;
  	}
  	/* sets size of image to width specified in class figure i.e. 30%
  	img.scaled {
  		width: 100%;
  	}
  	*/
  	div#pgFooter {
  		width:100%;
  		height:40px;
  	}
  	div#pgFooterLeft {
  		width: 50%;
  		float:left;
  		text-align:left;
  	}
  	div#pgFooterRight {
  		width: 50%;
  		float:right;
  		text-align:right;
  	}
 