body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	background-image: ;/*these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
	background-repeat: no-repeat;
	background-position: top left;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	color: #333333;
}
a:visited {
	color: navy;
}
a:active {
	color: teal;
}
a:hover {
	text-decoration: underline;
	color: #ff6633;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/;
	font: normal 2.0em Tahoma, Arial, Helvetica, sans-serif;
	font: bold 2.0em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	margin: 1.2em 0em 1.2em 0em;
	font: bold 1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font: bold 1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
h4 {
	margin: 1em 0em 0em;
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font: bold 1.0em Tahoma, Arial, Helvetica, sans-serif;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font: bold 0.8em Tahoma, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: .2em;
	margin-bottom: .2em;
	color: #333333;
	}
p {
	margin: 1.2em 0em 1.2em 0em;
	font: 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}.NavMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	color: #333333;
}
.Heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
}
.Heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.LeftBorder {
	border-left-width: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}
.DownloadTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	color: #333333;
}

.paragraph-2 {
	margin: .2em 0em 1.2em;
	font: 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.paraBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 em;
	font-style: normal;
	line-height: 1.4 ems;
	font-weight: 700;
	color: #333333;
}
