.black_border {
	border: 1px solid #000000;
}
.grey_small {
	font-family: "Arial";
	font-size: 11px;
	color: #808080;
	
}
.grey_normal {
	font-family: "Arial";
	font-size: 11.5px;
	color: #999999;
	
}
.grey_border {

	border: 1px solid #999999;
}
.grey_border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.darkgrey_small {

	font-family: "Arial";
	font-size: 11px;
	color: #333333;
}
.white_small {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
}
.darkgrey_normal {
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
}
.darkgrey_large {
	font-family: "Arial";
	font-size: 16px;
	color: #666666;
}
.grey_xs {
	font-family: "Arial";
	font-size: 10px;
	color: #666666;
}
