a.ibc:link {
	color: #daa520;
	text-decoration: none;
}

a.ibc:visited {
	color: #daa520;
	text-decoration: none;
}

a.ibc:hover {
	color: #40e0d0;
	text-decoration: none;
}

a.ibc:active {
	color: #40e0d0;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

.rborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.tborder {
	border-right-width: 1px;
	border-top-width: 1px;
        border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
}

.bborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
        border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}