.borderclass {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #A65300;
}
	
.borderclassb {
		border-top-width : 1px;
		border-right-width : 1px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color: #A65300;
}

.borderclassd {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #A65300;
}


</style>