/* CSS Document */

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

a:visited {
	color: #A7B7D1;
	text-decoration: underline;
}

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


h2 {
	color: #FC7216;
}

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

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

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