/* CSS Document */

a:link {
	color: #EC9D00;
	text-decoration: underline;
	font-weight: 900:
}

a:hover {
	color: #919CB8;
	text-decoration: none;
}

a:visited {
	color: #A7B7D1;
}

h2 {
	color: #EC9D00;
}

a.pathnav:link {
	text-decoration: none;
	color: #A7B7D1;
}

a.pathnav:visited {
	color: #BFC0D1;
	text-decoration: none;
}

a.pathnav:hover {
	color: #EC9D00;
	text-decoration: none;
}

p.colorchart {
	color: #827E86;
	font-size: 9px;
	line-height: 11px;
}

