	body  {
		background: url("./bg4.jpg");
		background-color: #DBDBCF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	body, td, th {
		margin: 20px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  	font-size: 80%;  /*this seems consistent across modern browsers*/
		}
	a   {
		text-decoration: none;
		font-weight: bold;
		}
	h1  {
		font-size: 2.0em;
		font-weight: normal;
		margin: 0.2em 0em;
		COLOR: #46845F;
		}
	h2  {
		font-size: 1.7em;
		margin: 0.2em 0em;
		font-weight: normal;
		}
	h3  {
		font-size: 1.4em;
		margin: 0.2em 0em;
		font-weight: normal;
		}
	pre, tt {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small. prior moz and net are okay.*/
		font-size: 1.15em;
		font-family: monospace;
		}
		
	Table.BORDER {
		BACKGROUND-COLOR: black;
		}
	.SMALLFONT {
		font-weight: bold;
		color: navy;
		}
	Table.BODYCLR {
		BACKGROUND-COLOR: #E6E9F0;
		width: 100%;
		}
	Table tr.HEADER {
		BACKGROUND-COLOR: #5D78A8;
		width: 100%;
		color : White;
		font-weight : bold;
		}	  
	Table.DARK td.DOWNLOAD {
		}

	TABLE.MIDCOLOR {
		BACKGROUND-COLOR: #B8BCB0;
		width: 100%;
		color : Black;
		font-weight : normal;
		}	  
	Table.LIGHT {
		BACKGROUND-COLOR: #FFF8F3;
		width: 100%;
		color : navy;
		}
	Table.LIGHT td {
		}
	Font.NOTE {
		color: Navy;
		}

	A:hover {
		color: red;
		}
	A:link {
        color : Blue;
           }
	A:visited {
		color : #303840;
		} 
