/***** TAG OVERRIDES ****/

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-color: #727272;
	}

/* border attributes do nothing in NN4 */

/***** LEFT COLUMN ****/

	#navbox, #navbox table {
	}
	#navbox td.navbox_heading {
		color: #990000;
		font-weight:bolder;
	}
	.supplemental_link {
		padding-left: .5em;
	}

	/* the parent of spec links & header */
	#specsheets, #specsheets table {
		/*
		border: thin solid yellow;
		Yup you guessed it. NG on NN4.
		*/		
	}

	/* this should be no problem */
	#sidebar_notes {
		font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	}

/***** RIGHT COLUMN ****/

	#bodyTop td {
		vertical-align:top;
		padding: 5px;
	}
	#bodyTop td img {
		text-align:center;
	}
	#bodyTop td p {
		font-family: arial;
		font-size: 16px;
		font-weight:bold;
	}
	#bodyTop td p:first-child  {
		padding-top: 1em;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#bodyBottom  {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	
	#bodyBottom td {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size:smaller;
		font: "trebuchet ms";
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#copyright {
		text-align:center;
		color: #FFC751;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
	}

