/* CSS Document */
a.link1 {
	color: #E5CD30;
	font-weight: bold;
}
a.link1:link {
    color: #E5CD30;
	font-weight: bold;
}
a.link1:visited {
    color: #E5CD30;
	font-weight: bold;
}
a.link1:hover {
	color: #E5CD30;
	font-weight: bold;
}
a.link1:active {
	color: #E5CD30;
	font-weight: bold;
}

a.link2 {
	color: #E5CD30;
	font-weight: bold;
}
a.link2:link {
	color: #E5CD30;
	font-weight: bold;
}
a.link2:visited {
	color: #E5CD30;
	font-weight: bold;
}
a.link2:hover {
	color: #E5CD30;
	font-weight: bold;
}
a.link2:active {
	color: #E5CD30;
	font-weight: bold;
}
