body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
}

p, th, td, ul, dd, dt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #00C;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em ; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }


PRE {
  font-family: monospace;
}

A:link {
  color: blue;
}

A:visited {
  color: green;
}

A:active {
	color: #06C;
}


.matrixtext {
	font-weight:bold;
	font-size: 0.8em;
}

.matrixborder {
	border: 1px solid #666;	border-collapse: collapse;
}

.lismall {
	font-size: 0.8em
}

.linktext {
	font-weight:bold;
	font-size: 0.8em;
}

.linkdescrip {
	font-size: 0.8em;
}

CAPTION {
  font-style: italic;
  font-size: 9pt;
  font-family: monospace;
}

.dropcap {
  font-weight: bold;
  font-size: 12pt;
  font-family: "Times New Roman", Times, Arial, Helvetica;
  color: #804000;
}

.NavFooter {
  font-size: 8pt;
  font-family: Arial, Helvetica;
}
.allcaps {
	text-transform: uppercase;
}
.thinborder {
	border: 1px solid #666;
}
#p7HGM_1 {
width: 700px;
overflow: hidden;
padding-left: 1px;
padding-right: 1px;
}
.bannerlinktext {
	font-size: 9pt;
}
.graytext {
	color: #999;
}
.thinimgborder {
	border: 1px solid navy;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

