.border-black-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.border-bottom-grey-dashes {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.border-3-grey-bottom {
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #FFFFFF;
	border-left-color: #330000;
}
.text-style {
	line-height: 1px;
	vertical-align: 20%;
}
.box-1 {
	border: 1px solid #000000;
}
.red-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A0000;
}
.white-box {
	border: 1px solid #FFFFFF;
}
.grey-box {
	border: 1px solid #CCCCCC;
}
.box-dots-grey {
	border: 1px dotted #999999;
}
.edges-dotgrey {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
