p {
	font-family:Verdana;
	font-size:13px;
	margin-bottom: 0px;
	margin-top: 12px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #6B7C47;
}
H1a { /* figure this out -- needed?*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: -10px;
}
.pTable {/*Not sure why this is needed in the first row of a table on the vendor page in IE*/
	margin-top: 0px;
}

ul {
	list-style-type: circle;
	margin-top: 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: -12px;
	margin-top: 20px;
	color: #6B7C47;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: -5px;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
}



li {
	margin-left: -20px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.boldText {
	font-weight: bold;
	color: #6B7C47;
}
.italicText {
	font-style: italic;
}

.bodyTable {
	margin-top: 25px;
}

.caption {
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.captionWide {
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 30px;
}

.figure {
	margin-bottom: -10px;
}
.listFirst {  
	margin-top: -10px;
}
.listHead {
	font-weight: bold;
	color: #6B7C47;
	padding-right: 10px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-indent: 8px;
}

.navNewGroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
	text-indent: 8px;
}
.navNewGroupSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
	text-indent: 8px;
	color:red;
	background-color:#AAC572;
}
.navSubItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 4px;
	text-indent: 8px;
}

.NoUnderlineB {
	text-decoration: none;
	color: #000000;
}
.NoUnderlineG {
	text-decoration: none;
	color: #6B7C47;
}

.navLink {
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
	}
.navLinkLive {
	text-decoration: none;
	color: red;
}

	
.navLink:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dashed red;
	}

.navSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-indent: 8px;
	color:red;
	background-color: #AAC572;
}
ol {
	margin-bottom: 0px;
	margin-top: -5px;
}

.redText {
	color: red;
}
.whiteText {
	color: white;
}


.whiteBoldText {
	color: white;
	font-weight: bold;
}
