/* CSS Document */

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

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

a:visited {
	color: #A7B7D1;
}

h2 {
	color: #4467C7;
}

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

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

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