/* LINKS */

/* navigation links */
td.tdNavCell a:link {
	color: #003366;
	text-decoration: none;
}
td.tdNavCell a:active {
	color: #003366;
	text-decoration: none;
}
td.tdNavCell a:visited {
	color: #003366;
	text-decoration: none;
}
td.tdNavCell a:hover {
	color: #003366;
	background-image: url(../images/website/bg_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* page links */
td.tdPath a:link {
	color: #003366;
	text-decoration: none;
}
td.tdPath a:active {
	color: #003366;
	text-decoration: none;
}
td.tdPath a:visited {
	color: #003366;
	text-decoration: none;
}
td.tdPath a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Title Link */
h3 a:link {
	color: #003366;
	text-decoration: none;
}
h3 a:active {
	color: #003366;
	text-decoration: none;
}
h3 a:visited {
	color: #003366;
	text-decoration: none;
}
h3 a:hover {
	color: #003366;
	text-decoration: underline;
}

/* links */
a:link {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}