.blackborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-decoration: none;

}
.blacktext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.whitetext {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	text-indent: 15px;
}
.rightborder {

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
