/* Style: Standard */
.style-1-tb{
	border-top : 1px solid Black;
}
#style_1_txt{
	letter-spacing : 2px;
	font-size : 12px;
	color: #9B1E14;
}
/* Style: Dashed */
.style-2-tb{
	border-top : dashed Black 1px;
}
#style-2-txt{
	letter-spacing : 2px;
	font-size : 12px;
	color: #9B1E14;
}