.style2 {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.47) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.47) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.47) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.47) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78000000', endColorstr='#78000000',GradientType=1 ); /* IE6-9 */

	text-indent: 2%;
    color: #000000;
	padding-left: 2%;
	padding-right: 2%;
}
.style5 {
    font-size: large;
    font-weight: bold;
}
sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
hr.stylebar {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 255), rgba(0, 0, 0, 255), rgba(0, 0, 0, 255));
}