.borders {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.bigborder {
	border-bottom-width:medium;
	border-bottom-style: dotted;
	border-bottom-color: #B9CC8C;
}
.titleBorder{
	border-bottom-width:medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
