/* simple.css */
  html, body, table, tr, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
	h3 { font-size: 14pt; }
	.red { font-weight: 700; color: #FF0000; }
	.blue { font-weight: 700; color: #0000FF; }
	.redheader { color: #FF0000; font-family: times; }
	.blueheader { color: #0000FF; font-family: times; }
	.dblueheader { color: #000080; font-family: times; }
	.blackheader { color: #000000; font-family: times; }
	.italicdblue { font-style: italic; color: #000080; }
	.orderlink { font-size: 16pt; color: #CC3300; }
	.justifysmall { font-size: 7.5pt; text-align: justify; }
	.yellowbg { background-color: #FFFF00; }
	.redborder { border: 3px solid #FF0000; }
	.redbordertd { border: 1px solid #FF0000; }
	.lefttopmargin { margin-left: 0px; margin-top: 0px; }
	.blackborder { border-color: #000000; border-collapse: collapse; }
	.background { background-image: url('images/nav_back3.gif'); background-repeat: repeat; }
