/* CSS definition file containing site wide stylesheets */

.underline {
	font-size: 10px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	border-bottom: 1px dashed rgb(187,194,126)
}

.rightside {
	padding-left: 14px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.middleline {
	padding-right: 14px;
 	border-right: 1px dashed rgb(51,51,51)
}