/* Tag information  this file is not used due to complex css overlapping in the front page*/
a.tagsmallest, a:visited.tagsmallest {
	/*color: #e5e2c8;*/
	color: #1c6fdf;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
a.tagsmall, a:visited.tagsmall {
	/*color: #676767;*/
	color: #1c6fdf;
	font-size: 11pt;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
a.tagmedium, a:visited.tagmedium {
	/*color: #1c69b0;*/
	color: #1c6fdf;
	font-size: 13pt;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
a.taglarge, a:visited.taglarge {
	/*color: #c9c434;*/
	color: #1c6fdf;
	font-size: 15pt;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
a.taglargest, a:visited.taglargest {
	color: #1c6fdf;
	font-size: 18pt;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
/*
background:#8CA5B5;
*/
a:hover.tagsmallest { color: #FFFFFF; background: #1c6fdf; }
a:hover.tagsmall { color: #FFFFFF; background: #1c6fdf; }
a:hover.tagmedium { color: #FFFFFF; background:#1c6fdf; }
a:hover.taglarge { color: #FFFFFF; background:#1c6fdf; }
a:hover.taglargest { color: #FFFFFF; background:#1c6fdf; }
