A, A:VISITED, A:LINK {
	color: rgb(0, 25, 90);
}

A:ACTIVE, A:HOVER, A:FOCUS {
	color: rgb(63, 71, 78);
}

/* navigation link block */
A.nav {
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	text-indent: 2px;
}
.quote {
	font-size: 9pt;
	color : rgb(126, 126, 126);
	letter-spacing: -1px;
	font-weight: bold;
}

A.navActive {
	background-color: rgb(92, 118, 73);
	border-color: rgb(255, 255, 250);
	border-style: solid;
	border-width: 1px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	text-indent: 2px;
}

A.navCurrent {
	background-color: rgb(210, 223, 198);
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	color: rgb(0, 0, 0);
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	text-indent: 2px;
}

A.preview {
	background-color: rgb(209, 220, 237);
	border-color: rgb(126, 126, 126);
	border-style: solid;
	border-width: 1px;
	color: rgb(0, 0, 0);
	display: block;
	font-size: 8pt;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	text-indent: 2px;
}

A.previewActive {
	background-color: rgb(163, 192, 229);
	border-color: rgb(126, 126, 126);
	border-style: solid;
	border-width: 1px;
	color: rgb(0, 0, 0);
	display: block;
	font-size: 8pt;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	text-indent: 2px;
}

BODY {
	background-color: rgb(229, 232, 237);
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H1 {
	color: rgb(63, 71, 78);
	font-size: 18pt;
	padding-top: 5px;
}

H2 {
	color: rgb(63, 71, 78);
	font-size: 13pt;
	padding-top: 5px;
}

H3 {
	font-size: 11pt;
}

INPUT {
	font-size: 9pt;
}

TD {
	font-size: 14px;
}

TH {
	background-color: rgb(63, 71, 78);
	color: rgb(255, 255, 255);
	font-size: 10pt;
}

.copy {
	color: rgb(63, 71, 78);
	font-size: 12px;
	text-align: center;
}

/* desaturated color */
.desat {
	background-color: rgb(156, 169, 188);
}

.desat2 {
	background-color: rgb(173, 191, 160);
}

/* dark, desaturated color */
.drkdesat {
	background-color: rgb(63, 71, 78);
}

/* dark, saturated color */
.drksat {
	background-color: rgb(141, 171, 120);
}

.framework TD {
	border: rgb(229, 232, 237) 1px solid;
}

/* highly saturated color */
.hisat {
	background-color: rgb(153, 184, 122);
}

.price {
	color: rgb(0, 25, 90);
	font-weight: bold;
}

/* saturated color */
.sat {
	background-color: rgb(195, 216, 174);
}

.subCat, .footnote {
	font-size: 8pt;
}

.verbage {
	background-color: rgb(249, 249, 250);
	padding: 10px;
}

.verbage TD {
	border: 0px solid;
	padding-top: 5px;
}

