@charset "UTF-8";
/* Begin of Remove Borders */
#border {
	text-decoration: none;
	border-style:none;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:vlink {
	color:#000;
	text-decoration: none;
	border-style:none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
	border: none; 
	}
a:hover img {
	border: none;
}
a:link img {
	text-decoration: none;
}
a:vlink img {
	text-decoration: none;
	border-style:none;
}


