@charset "iso-8859-1";

/* CSS Document */

a.brandYourselfLink:link {
	color: #FFF;
	text-decoration: none;
}
a.brandYourselfLink:hover {
	color: #FFF;
	text-decoration: none;
}
a.brandYourselfLink:active {
	color: #FFF;
	text-decoration: none;
}
a.brandYourselfLink:visited {
	color: #FFF;
	text-decoration: none;
}
a.subNav:link {
	color: #FFF;
	text-decoration: none;
}
a.subNav:hover {
	color: #FFF;
	text-decoration: none;
}
a.subNav:active {
	color: #FFF;
	text-decoration: none;
}
a.subNav:visited {
	color: #FFF;
	text-decoration: none;
}
a.navtxt:link {
	color: #00649F;
	text-decoration: none;
}
a.navtxt:hover {
	color: #0077C0;
	text-decoration: none;
}
a.navtxt:active {
	color: #0077C0;
	text-decoration: none;
}
a.navtxt:visited {
	color: #0077C0;
	text-decoration: none;
}
a:link {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #636;
	text-decoration: none;
}

