td, p, h1, h2, h3, li, .pWFirst, .title, .subtitle, .caption, .italicText, .boldText {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #004469;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	padding-top: 2px;
	padding-right: -2px;
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 10px;
	font-style: normal;
	color: #004469;
}

h3 {
	font-weight: normal;
	padding-top: 2px;
	padding-right: -2px;
	font-size: 14px;
	margin-bottom: -10px;
}

p {
	font-size: 14px;
	line-height: 1.3ems;
}
hr {
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
	}
li {
	list-style-type: circle;
	font-size: 14px;
	margin-bottom: 10px;
	list-style-image: url(images/leaf.gif);
}


.boldText {
	font-weight: bold;
	color: #004469;
}
.caption { font-style: italic; margin-top: -10px; margin-bottom: 30px}
.indented     {
	margin-left: 50px;
	margin-top: -5px;
	margin-right: 50px;
}
.indented-bullet  { margin-left: 11px;   text-indent: -11px; margin-top: -5px}
.indented-bulletFirst { margin-left: 11px; text-indent: -11px; margin-top: -10px}
.indented-bulletSingle { margin-left: 11px; text-indent: -11px; margin-top: -10px; margin-bottom: 10px}
.italicText { font-style: italic}
.figure { margin-top: -10px }

.ListIntro {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;

}
.NavCell {
	background-color: #486e92;
}
.NavSelected {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -8px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.NavLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D2D8AA;
	margin-top: -8px;
	margin-bottom: 10px;
}

.NavHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d3d6ab;
	margin-bottom: 10px;
	margin-top: 5px;
}

.pWFirst {  margin-top: -5px}

.small {
	font-size: x-small;
	color: #486E92;
}

.SmallLink {
	font-size: x-small;
	color: #486E92;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.subtitle {
	font-size: 13px;
	font-weight: normal;
	margin: -15px 0px 0px;
	font-style: italic;
}

.tableHead {
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ff9933;
}

.tableText {
	font-size: 14px;
	line-height: 1.3ems;
	padding-bottom: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	padding-top: 2px;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
.tableTextCentered {
	font-size: 14px;
	line-height: 1.3ems;
	padding-bottom: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	text-align: center;
}
.RedText {
	color: #FF0000;
}
