/* The ACOM style elements */

a {
	color: #000000 ;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.link2 {
	color: #F7D229;
}

.link2:visited {
	color: #F7D229;
}

.link2:hover {
	color: #F8A520;
	text-decoration: underline;
}

.link2:active {
	color: #F8A520;
	text-decoration: underline;
}

.link3 {
	text-decoration: underline;
	color: #FF0000;
}

.link3:visited {
	text-decoration: underline;
	color: #FF0000;
}

.link3:hover {
	color: #990000;
	text-decoration: underline;
}

.link3:active {
	text-decoration: underline;
	color: #990000;
}
.link4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.link4:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.link4:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.link4:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

