@charset "utf-8";
.Redborder {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.yellowborder {
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}
.blueborder {
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
.greenborder {
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.blackborder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.orangeborder {
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.pinkborder {
	border-top-color: #DD137B;
	border-right-color: #DD137B;
	border-bottom-color: #DD137B;
	border-left-color: #DD137B;
}
.whiteborder {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.greyborder {
	border-top-color: #BBBABA;
	border-right-color: #BBBABA;
	border-bottom-color: #BBBABA;
	border-left-color: #BBBABA;
}

