/* Standard Links */

a, a:visited, a:link {
	color: #0c5774;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #072d3b;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

/* Download pages links */

a.dl:link, a.dl:visited {
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a.dl:hover, a.dl:active {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

/* Product Pages */

a.prod:link, a.prod:visited {
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a.prod:hover, a.prod:active {
	font-size: 12px;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

