.borderBlack {
	border-top-color: #000000;
	border-right-color:	#000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width:	1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:	solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.borderPink {
	border-top-color: #B1005D;
	border-right-color:	#B1005D;
	border-bottom-color: #B1005D;
	border-left-color: #B1005D;
	border-top-width: 1px;
	border-right-width:	1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:	solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.borderBordeaux {
	border-top-color: #551838;
	border-right-color:	#551838;
	border-bottom-color: #551838;
	border-left-color: #551838;
	border-top-width: 1px;
	border-right-width:	1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:	solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.borderGreen {
	border-top-color: #6FB143;
	border-right-color:	#6FB143;
	border-bottom-color: #6FB143;
	border-left-color: #6FB143;
	border-top-width: 1px;
	border-right-width:	1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:	solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.borderBlue {
	border-top-color: #4489B1;
	border-right-color:	#4489B1;
	border-bottom-color: #4489B1;
	border-left-color: #4489B1;
	border-top-width: 1px;
	border-right-width:	1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:	solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.borderBluePinStripe {
	border-bottom-color: #4489B1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.borderGreenPinStripe {
	border-bottom-color: #6FB143;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.borderBordeauxPinStripe {
	border-bottom-color: #551838;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.borderPinkPinStripe {
	border-bottom-color: #B1005D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.BlueBackGround {
	background-color:#4489B1
}
