/* CSS Document */

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


a:visited {
	color: #999999;

}

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

h1 {
	color: #FF9900;
}

h2 {
	color: #699F59;
}

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

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

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