/* CSS Document */

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.title:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.title:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.title:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.title:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
